Skip to content

Commit fedbf73

Browse files
Disable local memory in tbx mode.
Change-Id: I3fe5365aa269c064bfc7b3146caeefb983e978bb
1 parent 75da1f5 commit fedbf73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit_tests/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ int main(int argc, char **argv) {
217217
if (testMode == TestMode::AubTests) {
218218
testMode = TestMode::AubTestsWithTbx;
219219
DebugManager.flags.UseAubStream.set(false);
220+
DebugManager.flags.EnableLocalMemory.set(0);
220221
}
221222
initialHardwareTag = 0;
222223
} else if (!strcmp("--devices", argv[i])) {

0 commit comments

Comments
 (0)