Fixed test case for GFX900

[ROCm/clr commit: cfc9f87465]
This commit is contained in:
Rahul Garg
2017-11-16 09:34:52 +05:30
parent c3ba309562
commit b0461a2176
@@ -26,7 +26,7 @@ THE SOFTWARE.
#define HALF_SIZE 64*sizeof(__half)
#define HALF2_SIZE 64*sizeof(__half2)
#if __HIP_ARCH_GFX803__ || __HIP_ARCH_GFX803__
#if __HIP_ARCH_GFX803__ || __HIP_ARCH_GFX900__
__global__ void __halfMath(hipLaunchParm lp, __half *A, __half *B, __half *C) {
int tx = hipThreadIdx_x;