make sure the inter-thread intrinsics are working post hawaii

Change-Id: I30ea5284c2160276f5bc0f937dfd386ca8640ce8


[ROCm/hip commit: c8969811db]
This commit is contained in:
Aditya Atluri
2017-03-13 11:16:05 -05:00
parent 3b768fb36c
commit 99ab69e1b5
@@ -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