Fix hipMathFunction for gfx906

Cette révision appartient à :
Aaron Enye Shi
2018-05-11 10:53:07 -04:00
Parent 368affcea4
révision 4488f9f7a7
+1 -1
Voir le fichier
@@ -29,7 +29,7 @@ THE SOFTWARE.
#include "hip/hip_runtime.h"
#include "test_common.h"
#if __HIP_ARCH_GFX803__ || __HIP_ARCH_GFX900__
#if __HIP_ARCH_GFX803__ || __HIP_ARCH_GFX900__ || __HIP_ARCH_GFX906__
__global__ void kernel_abs_int64(hipLaunchParm lp, long long *input, long long *output) {
int tx = threadIdx.x;