P4 to Git Change 1540998 by gandryey@gera-lnx-rcf on 2018/04/13 11:34:46
SWDEV-150303 - [CQE OCL][Vega10][PAL][QR][DTB-Blocker] Maya 2018 fails to load OpenCL device on Vega10 Lnx-Pro; Faulty CL#1528486 - Temporarly disable SVM under Linux, until a proper fix for VA reservation will be developed Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#83 edit
This commit is contained in:
@@ -1156,7 +1156,7 @@ bool Device::init() {
|
||||
info.flags.force32BitVaSpace = true;
|
||||
info.flags.enableSvmMode = false;
|
||||
#else
|
||||
info.flags.enableSvmMode = true;
|
||||
info.flags.enableSvmMode = !IS_LINUX;
|
||||
#endif
|
||||
#endif
|
||||
info.pSettingsPath = "OCL";
|
||||
|
||||
Reference in New Issue
Block a user