We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75da1f5 commit fedbf73Copy full SHA for fedbf73
unit_tests/main.cpp
@@ -217,6 +217,7 @@ int main(int argc, char **argv) {
217
if (testMode == TestMode::AubTests) {
218
testMode = TestMode::AubTestsWithTbx;
219
DebugManager.flags.UseAubStream.set(false);
220
+ DebugManager.flags.EnableLocalMemory.set(0);
221
}
222
initialHardwareTag = 0;
223
} else if (!strcmp("--devices", argv[i])) {
0 commit comments