P4 to Git Change 1316270 by scharupa@scharupa_temp on 2016/09/20 03:14:55
SWDEV-96479 - changing tab to space as Victor pointed out Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#18 edit
This commit is contained in:
@@ -803,7 +803,7 @@ Device::populateOCLDeviceConstants()
|
|||||||
if (agent_profile_ == HSA_PROFILE_FULL) { // full-profile = participating in coherent memory,
|
if (agent_profile_ == HSA_PROFILE_FULL) { // full-profile = participating in coherent memory,
|
||||||
// base-profile = NUMA based non-coherent memory
|
// base-profile = NUMA based non-coherent memory
|
||||||
info_.hostUnifiedMemory_ = CL_TRUE;
|
info_.hostUnifiedMemory_ = CL_TRUE;
|
||||||
}
|
}
|
||||||
info_.memBaseAddrAlign_ = 8 * (flagIsDefault(MEMOBJ_BASE_ADDR_ALIGN) ?
|
info_.memBaseAddrAlign_ = 8 * (flagIsDefault(MEMOBJ_BASE_ADDR_ALIGN) ?
|
||||||
sizeof(cl_long16) : MEMOBJ_BASE_ADDR_ALIGN);
|
sizeof(cl_long16) : MEMOBJ_BASE_ADDR_ALIGN);
|
||||||
info_.minDataTypeAlignSize_ = sizeof(cl_long16);
|
info_.minDataTypeAlignSize_ = sizeof(cl_long16);
|
||||||
|
|||||||
Reference in New Issue
Block a user