Disable local memory in tbx mode.

Change-Id: I3fe5365aa269c064bfc7b3146caeefb983e978bb
This commit is contained in:
Mrozek, Michal
2018-12-14 15:32:37 +01:00
committed by sys_ocldev
parent 75da1f55c8
commit fedbf73fbe

View File

@ -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])) {