From 40ca19440cc46282d93e4971d528c43854455306 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Sun, 28 Aug 2016 16:34:34 -0500 Subject: [PATCH] Remove deprecated message from hipLaunchModuleKernel Change-Id: I87675453ae4363e3340a9d1491bb00543fa8c6e0 [ROCm/clr commit: f7ee14e637cf871b511e9f46a267f880d60f393c] --- projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h b/projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h index 7f79b64ac9..1e56949c08 100644 --- a/projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h +++ b/projects/clr/hipamd/include/hcc_detail/hip_runtime_api.h @@ -1162,7 +1162,7 @@ hipError_t hipLaunchModuleKernel(hipFunction_t f, unsigned int sharedMemBytes, hipStream_t stream, void **kernelParams, - void **extra) __attribute__((deprecated("kernelParams is not fully supported, use extra instead"))) ; + void **extra) ; // doxygen end Version Management /**