From b55c3dba08bc4126d50b5c4553145a3bfdb4a9e1 Mon Sep 17 00:00:00 2001 From: mhbliao <47895780+mhbliao@users.noreply.github.com> Date: Thu, 5 Sep 2019 06:03:43 -0400 Subject: [PATCH] [hip] Stop using `noduplicate` and replace it with `convergent`. (#1390) [ROCm/clr commit: d511c3e363518682ca2402806a7d56706b5b64ca] --- projects/clr/hipamd/include/hip/hcc_detail/device_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hip/hcc_detail/device_functions.h b/projects/clr/hipamd/include/hip/hcc_detail/device_functions.h index 5ad1ced41c..1199f7b663 100644 --- a/projects/clr/hipamd/include/hip/hcc_detail/device_functions.h +++ b/projects/clr/hipamd/include/hip/hcc_detail/device_functions.h @@ -970,7 +970,7 @@ static void __barrier(int n) __device__ inline -__attribute__((noduplicate)) +__attribute__((convergent)) void __syncthreads() { __barrier(__CLK_LOCAL_MEM_FENCE);