From f7ee14e637cf871b511e9f46a267f880d60f393c 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 --- hipamd/include/hcc_detail/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/include/hcc_detail/hip_runtime_api.h b/hipamd/include/hcc_detail/hip_runtime_api.h index 7f79b64ac9..1e56949c08 100644 --- a/hipamd/include/hcc_detail/hip_runtime_api.h +++ b/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 /**