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

Change-Id: If1c255880569dbd81a058683185065502a10b782


[ROCm/hip commit: cf489916c5]
This commit is contained in:
ROCm CI Service Account
2023-02-11 01:11:32 +05:30
کامیت شده توسط GitHub
والد beccdec280
کامیت 2cce65c7c4
@@ -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.