Added canMapHostMemory to hipDeviceProp

Tento commit je obsažen v:
Aditya Atluri
2016-03-05 19:30:29 -06:00
rodič bd23279271
revize 4b271ec013
+1
Zobrazit soubor
@@ -97,6 +97,7 @@ typedef struct hipDeviceProp_t {
int pciDeviceID; ///< PCI Device ID.
size_t maxSharedMemoryPerMultiProcessor; ///< Maximum Shared Memory Per Multiprocessor.
int isMultiGpuBoard; ///< 1 if device is on a multi-GPU board, 0 if not.
int canMapHostMemory; ///< Check whether HIP can map host memory
} hipDeviceProp_t;