mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Revert "Do not use AUB + TBX in TBX test mode."
This reverts commit 5a1f8078cbacb7f5204886c673b8c15bd8fd8ae3. Change-Id: I1c6feb457afdd3e3ccbbdd00d41856d8fea0a099
This commit is contained in:

committed by
sys_ocldev

parent
276417969b
commit
de022cc0eb
@ -37,7 +37,7 @@ class AUBFixture : public CommandQueueHwFixture {
|
||||
|
||||
executionEnvironment = new ExecutionEnvironment;
|
||||
if (testMode == TestMode::AubTestsWithTbx) {
|
||||
this->csr = TbxCommandStreamReceiver::create(hwInfo, false, *executionEnvironment);
|
||||
this->csr = TbxCommandStreamReceiver::create(hwInfo, true, *executionEnvironment);
|
||||
} else {
|
||||
this->csr = AUBCommandStreamReceiver::create(hwInfo, strfilename.str(), true, *executionEnvironment);
|
||||
}
|
||||
|
Reference in New Issue
Block a user