fixed hipHostGetFlags test

This commit is contained in:
Aditya Atluri
2016-03-23 02:45:21 -05:00
parent 36d0da99c1
commit 362867d325
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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));