SWDEV-376665 - Correct information for hipStreamDestroy API (#3134)
Change-Id: If1c255880569dbd81a058683185065502a10b782
This commit is contained in:
committed by
GitHub
parent
644456d438
commit
cf489916c5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user