Added canMapHostMemory to hipDeviceProp

[ROCm/hip commit: 4b271ec013]
This commit is contained in:
Aditya Atluri
2016-03-05 19:30:29 -06:00
förälder 52049a5927
incheckning 29c423a22b
+1
Visa fil
@@ -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;