Fixed test case for GFX900

This commit is contained in:
Rahul Garg
2017-11-16 09:34:52 +05:30
parent fef496d4f1
commit 9af0f9cbc1
+1 -1
View File
@@ -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;