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