P4 to Git Change 1249992 by weizhang@weizhang-lnx-opencl on 2016/03/22 15:10:37

SWDEV-84070 - Extend the workaround submitted in CL#1242741 to GFX7 generation.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#163 edit


[ROCm/clr commit: 76a96b7f06]
Этот коммит содержится в:
foreman
2016-03-22 15:19:12 -04:00
родитель b9bb5cf51e
Коммит a60dcccfec
+1 -1
Просмотреть файл
@@ -351,7 +351,7 @@ CALGSLDevice::SetupAdapter(int32 &asic_id)
//and page-fault is not enabled for pre-VI, so we need to workaround
//the bug for ASICs in between.
if (asic_id < GSL_ATIASIC_ID_GREENLAND &&
asic_id >= GSL_ATIASIC_ID_ICELAND_M)
asic_id >= GSL_ATIASIC_ID_BONAIRE_M)
{
m_isSDMAL2TConstrained = true;
}