fixed hipHostGetFlags test

This commit is contained in:
Aditya Atluri
2016-03-23 02:45:21 -05:00
bovenliggende b1b6d5e648
commit e9e84d2db6
2 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
@@ -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));