mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
fix: reduce preemption surface size in aub tests
Related-To: NEO-12648 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1260023efa
commit
8daae7e8ae
@@ -433,6 +433,7 @@ int main(int argc, char **argv) {
|
||||
MockSipData::mockSipKernel.reset(new MockSipKernel());
|
||||
if (testMode == TestMode::aubTests || testMode == TestMode::aubTestsWithTbx) {
|
||||
MockSipData::useMockSip = false;
|
||||
debugManager.flags.OverrideCsrAllocationSize.set(1);
|
||||
} else {
|
||||
MockSipData::useMockSip = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user