mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Disable local memory in tbx mode.
Change-Id: I3fe5365aa269c064bfc7b3146caeefb983e978bb
This commit is contained in:

committed by
sys_ocldev

parent
75da1f55c8
commit
fedbf73fbe
@ -217,6 +217,7 @@ int main(int argc, char **argv) {
|
||||
if (testMode == TestMode::AubTests) {
|
||||
testMode = TestMode::AubTestsWithTbx;
|
||||
DebugManager.flags.UseAubStream.set(false);
|
||||
DebugManager.flags.EnableLocalMemory.set(0);
|
||||
}
|
||||
initialHardwareTag = 0;
|
||||
} else if (!strcmp("--devices", argv[i])) {
|
||||
|
Reference in New Issue
Block a user