Revert "Added canMapHostMemory feature"

This reverts commit 8b585536ef.


[ROCm/hip commit: 2ebbdd6ec5]
This commit is contained in:
Aditya Atluri
2016-03-05 13:08:57 -06:00
parent 8b585536ef
commit 6bfbe0483a
2 changed files with 0 additions and 21 deletions
@@ -177,7 +177,6 @@ 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;