From 2cce65c7c49d40087a074c7529f440fa53807002 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Sat, 11 Feb 2023 01:11:32 +0530 Subject: [PATCH] SWDEV-376665 - Correct information for hipStreamDestroy API (#3134) Change-Id: If1c255880569dbd81a058683185065502a10b782 [ROCm/hip commit: cf489916c578f27b6cf788277adad06da2d3b1be] --- projects/hip/include/hip/hip_runtime_api.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/hip/include/hip/hip_runtime_api.h b/projects/hip/include/hip/hip_runtime_api.h index 0d961c24d0..a6938aa60d 100644 --- a/projects/hip/include/hip/hip_runtime_api.h +++ b/projects/hip/include/hip/hip_runtime_api.h @@ -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.