Skip to content

Commit e56b2b2

Browse files
fix: reduce preemption surface size in aub tests
Related-To: NEO-12648 Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent 7161bba commit e56b2b2

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl

Lines changed: 0 additions & 6 deletions
This file was deleted.

shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ using Family = NEO::Xe2HpgCoreFamily;
2424
#include "shared/source/helpers/simd_helper.h"
2525
#include "shared/source/release_helper/release_helper.h"
2626

27-
#include "gfx_core_helper_xe2_hpg_core_additional.inl"
28-
2927
namespace NEO {
3028

3129
template <>

shared/test/common/common_main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ int main(int argc, char **argv) {
431431
MockSipData::mockSipKernel.reset(new MockSipKernel());
432432
if (testMode == TestMode::aubTests || testMode == TestMode::aubTestsWithTbx) {
433433
MockSipData::useMockSip = false;
434+
debugManager.flags.OverrideCsrAllocationSize.set(1);
434435
} else {
435436
MockSipData::useMockSip = true;
436437
}

0 commit comments

Comments
 (0)