Added canMapHostMemory to hipDeviceProp

[ROCm/hip commit: 4b271ec013]
Cette révision appartient à :
Aditya Atluri
2016-03-05 19:30:29 -06:00
Parent 52049a5927
révision 29c423a22b
+1
Voir le fichier
@@ -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;