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:
Mateusz Jablonski 2024-10-10 14:12:42 +00:00 committed by Compute-Runtime-Automation
parent 1260023efa
commit 8daae7e8ae
3 changed files with 1 additions and 8 deletions

View File

@ -1,6 +0,0 @@
/*
* Copyright (C) 2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/

View File

@ -24,8 +24,6 @@ using Family = NEO::Xe2HpgCoreFamily;
#include "shared/source/helpers/simd_helper.h"
#include "shared/source/release_helper/release_helper.h"
#include "gfx_core_helper_xe2_hpg_core_additional.inl"
namespace NEO {
template <>

View File

@ -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;
}