make sure the inter-thread intrinsics are working post hawaii

Change-Id: I30ea5284c2160276f5bc0f937dfd386ca8640ce8
此提交包含在:
Aditya Atluri
2017-03-13 11:16:05 -05:00
父節點 e7d6a34327
當前提交 c8969811db
+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