From 9aa2269d5cc2cc32b7ff9053e6e0705f257067a9 Mon Sep 17 00:00:00 2001 From: pensun Date: Thu, 10 Nov 2016 11:54:59 -0600 Subject: [PATCH] Update depreciated information for threadfence_system() Change-Id: Id13d2f81edb51eb42b896a5c06913d59ec907c55 --- hipamd/include/hip/hcc_detail/hip_runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/include/hip/hcc_detail/hip_runtime.h b/hipamd/include/hip/hcc_detail/hip_runtime.h index 73fc022362..b1edef18d7 100644 --- a/hipamd/include/hip/hcc_detail/hip_runtime.h +++ b/hipamd/include/hip/hcc_detail/hip_runtime.h @@ -558,7 +558,7 @@ extern "C" __device__ void __threadfence(void); * * @warning __threadfence_system is a stub and map to no-op. */ -__device__ void __threadfence_system(void) __attribute__((deprecated("Provided for compile-time compatibility, not yet functional"))); +__device__ void __threadfence_system(void) __attribute__((deprecated("Provided with workaround configuration, see hip_kernel_language.md for details"))); __device__ unsigned __hip_ds_bpermute(int index, unsigned src); __device__ float __hip_ds_bpermutef(int index, float src);