SWDEV-376665 - Correct information for hipStreamDestroy API (#3134)

Change-Id: If1c255880569dbd81a058683185065502a10b782
This commit is contained in:
ROCm CI Service Account
2023-02-11 01:11:32 +05:30
committed by GitHub
parent 644456d438
commit cf489916c5
+1 -2
View File
@@ -2126,8 +2126,7 @@ hipError_t hipDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPrio
/**
* @brief Destroys the specified stream.
*
* @param[in, out] stream Valid pointer to hipStream_t. This function writes the memory with the
* newly created stream.
* @param[in] stream stream identifier.
* @return #hipSuccess #hipErrorInvalidHandle
*
* Destroys the specified stream.