v2 Added canHostMapMemory

[ROCm/clr commit: 6085d94f7b]
This commit is contained in:
Aditya Atluri
2016-03-05 13:15:07 -06:00
rodzic 8254ed4dfa
commit 28aae1e6c6
@@ -177,6 +177,7 @@ inline static hipError_t hipDeviceGetProperties(hipDeviceProp_t *p_prop, int dev
p_prop->l2CacheSize = cdprop.l2CacheSize ;
p_prop->maxThreadsPerMultiProcessor = cdprop.maxThreadsPerMultiProcessor ;
p_prop->computeMode = cdprop.computeMode ;
p_prop->canMapHostMemory = cdprop.canMapHostMemory;
// Same as clock-rate:
p_prop->clockInstructionRate = cdprop.clockRate;