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

[ROCm/hip commit: 119ee4b671]
Этот коммит содержится в:
mhbliao
2019-09-05 06:03:43 -04:00
коммит произвёл Maneesh Gupta
родитель 9082a9990e
Коммит 4913aec033
+1 -1
Просмотреть файл
@@ -970,7 +970,7 @@ static void __barrier(int n)
__device__
inline
__attribute__((noduplicate))
__attribute__((convergent))
void __syncthreads()
{
__barrier(__CLK_LOCAL_MEM_FENCE);