mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
WA for integer divide emulation on DG1
Resolves: NEO-5003 Change-Id: I2f0d6730cab53335f34ebd8e335a9517030d6441 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace NEO {
|
||||
void OfflineCompiler::resolveExtraSettings() {
|
||||
if (deviceName == "tgllp" || deviceName == "rkl") {
|
||||
if (deviceName == "rkl") {
|
||||
CompilerOptions::concatenateAppend(internalOptions, CompilerOptions::forceEmuInt32DivRemSP);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user