From 627a6d2f8f4acfee1675e80783aed05081c63175 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/hip commit: 685601f27cb1a396c9c6ca62d30c6dbb0e9dcbf9] --- projects/hip/include/hcc_detail/hip_runtime_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/include/hcc_detail/hip_runtime_api.h b/projects/hip/include/hcc_detail/hip_runtime_api.h index 7f79b64ac9..1e56949c08 100644 --- a/projects/hip/include/hcc_detail/hip_runtime_api.h +++ b/projects/hip/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 /**