make sure the inter-thread intrinsics are working post hawaii

Change-Id: I30ea5284c2160276f5bc0f937dfd386ca8640ce8
Цей коміт міститься в:
Aditya Atluri
2017-03-13 11:16:05 -05:00
джерело 9adbbd2980
коміт af56898ea0
+1 -1
Переглянути файл
@@ -226,7 +226,7 @@ __device__ int __all( int input);
__device__ int __any( int input);
__device__ unsigned long long int __ballot( int input);
#if __HIP_ARCH_GFX803__ == 1
#if __HIP_ARCH_GFX701__ == 0
// warp shuffle functions
#ifdef __cplusplus