From 2461ddd79d2513434593d6c550f4cc25cb38f8a3 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. --- include/hip/hcc_detail/hip_runtime_api.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/hip/hcc_detail/hip_runtime_api.h b/include/hip/hcc_detail/hip_runtime_api.h index 7abfffcc22..2cf14156a2 100644 --- a/include/hip/hcc_detail/hip_runtime_api.h +++ b/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 - */ + */ /**