P4 to Git Change 1349651 by todli@todli-win-opencl-kv1 on 2016/12/05 18:05:57
SWDEV-107271 - [OpenCL][GFXIP9 Bring up] force Raven(gfx901) to use PAL backend
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#561 edit
[ROCm/clr commit: f42576b37c]
Este commit está contenido en:
@@ -879,7 +879,8 @@ Device::create(CALuint ordinal, CALuint numOfDevices)
|
||||
calTarget_ = getAttribs().target;
|
||||
hwInfo_ = &DeviceInfo[calTarget_];
|
||||
|
||||
if ((GPU_ENABLE_PAL == 2) && (calTarget_ == CAL_TARGET_GREENLAND)) {
|
||||
if ((GPU_ENABLE_PAL == 2) && (calTarget_ == CAL_TARGET_GREENLAND
|
||||
|| calTarget_ == CAL_TARGET_RAVEN)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Referencia en una nueva incidencia
Block a user