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:
parent
1260023efa
commit
8daae7e8ae
|
@ -1,6 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (C) 2024 Intel Corporation
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: MIT
|
|
||||||
*
|
|
||||||
*/
|
|
|
@ -24,8 +24,6 @@ using Family = NEO::Xe2HpgCoreFamily;
|
||||||
#include "shared/source/helpers/simd_helper.h"
|
#include "shared/source/helpers/simd_helper.h"
|
||||||
#include "shared/source/release_helper/release_helper.h"
|
#include "shared/source/release_helper/release_helper.h"
|
||||||
|
|
||||||
#include "gfx_core_helper_xe2_hpg_core_additional.inl"
|
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
|
|
|
@ -433,6 +433,7 @@ int main(int argc, char **argv) {
|
||||||
MockSipData::mockSipKernel.reset(new MockSipKernel());
|
MockSipData::mockSipKernel.reset(new MockSipKernel());
|
||||||
if (testMode == TestMode::aubTests || testMode == TestMode::aubTestsWithTbx) {
|
if (testMode == TestMode::aubTests || testMode == TestMode::aubTestsWithTbx) {
|
||||||
MockSipData::useMockSip = false;
|
MockSipData::useMockSip = false;
|
||||||
|
debugManager.flags.OverrideCsrAllocationSize.set(1);
|
||||||
} else {
|
} else {
|
||||||
MockSipData::useMockSip = true;
|
MockSipData::useMockSip = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue