From ed1915ad97ccbcbacc894db6e6975b368ee3172e Mon Sep 17 00:00:00 2001 From: Evgeny Mankov Date: Mon, 20 Feb 2017 21:26:40 +0300 Subject: [PATCH] [HIP] annotation update. cudaStreamAddCallback and cudaStreamWaitEvent were excluded from unsupported. [ROCm/hip commit: 2461ddd79d2513434593d6c550f4cc25cb38f8a3] --- projects/hip/include/hip/hcc_detail/hip_runtime_api.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/hip/include/hip/hcc_detail/hip_runtime_api.h b/projects/hip/include/hip/hcc_detail/hip_runtime_api.h index 7abfffcc22..2cf14156a2 100644 --- a/projects/hip/include/hip/hcc_detail/hip_runtime_api.h +++ b/projects/hip/include/hip/hcc_detail/hip_runtime_api.h @@ -511,12 +511,10 @@ const char *hipGetErrorString(hipError_t hipError); * @{ * * The following Stream APIs are not (yet) supported in HIP: - * - cudaStreamAddCallback * - cudaStreamAttachMemAsync * - cudaStreamCreateWithPriority * - cudaStreamGetPriority - * - cudaStreamWaitEvent - */ + */ /**