2
0

fixed hipHostGetFlags test

[ROCm/hip commit: 362867d325]
Este cometimento está contido em:
Aditya Atluri
2016-03-23 02:45:21 -05:00
ascendente 5f343cb38b
cometimento 5b597511b6
2 ficheiros modificados com 2 adições e 3 eliminações
-1
Ver ficheiro
@@ -52,7 +52,6 @@ HIPCHECK(hipHostMalloc((void**)&C, SIZE, hipHostMallocMapped));
HIPCHECK(hipHostMalloc((void**)&D, SIZE, hipHostMallocDefault));
unsigned int flagA, flagB, flagC;
HIPCHECK(hipHostGetDevicePointer((void**)&Ad, A, 0));
HIPCHECK(hipHostGetDevicePointer((void**)&Bd, B, 0));
HIPCHECK(hipHostGetDevicePointer((void**)&Cd, C, 0));