mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Disable Aub Stream when in tbx mode.
Change-Id: Iffd5fa5efe3f236954a3888fdd286bd5f889393f
This commit is contained in:

committed by
sys_ocldev

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