2
0

Revert "Added canMapHostMemory feature"

This reverts commit af4edd277f.
Este cometimento está contido em:
Aditya Atluri
2016-03-05 13:08:57 -06:00
ascendente af4edd277f
cometimento 2ebbdd6ec5
2 ficheiros modificados com 0 adições e 21 eliminações
-1
Ver ficheiro
@@ -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;