fixed hipHostGetFlags test

[ROCm/clr commit: e9e84d2db6]
This commit is contained in:
Aditya Atluri
2016-03-23 02:45:21 -05:00
parent 53bdbdc81b
commit 49946441ab
2 changed files with 2 additions and 3 deletions
@@ -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));