fixed hipHostGetFlags test

Bu işleme şunda yer alıyor:
Aditya Atluri
2016-03-23 02:45:21 -05:00
ebeveyn b1b6d5e648
işleme e9e84d2db6
2 değiştirilmiş dosya ile 2 ekleme ve 3 silme
-1
Dosyayı Görüntüle
@@ -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));