[hip] Stop using noduplicate and replace it with convergent. (#1390)

This commit is contained in:
mhbliao
2019-09-05 06:03:43 -04:00
committed by Maneesh Gupta
szülő f6cf7e4e79
commit 119ee4b671
@@ -970,7 +970,7 @@ static void __barrier(int n)
__device__
inline
__attribute__((noduplicate))
__attribute__((convergent))
void __syncthreads()
{
__barrier(__CLK_LOCAL_MEM_FENCE);