test: don't use empty kernel for testing inline data

empty kernel doesn't use any implicit args

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-03-21 14:02:52 +00:00
committed by Compute-Runtime-Automation
parent 7c75807987
commit 52ad8f44c8

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2024 Intel Corporation
* Copyright (C) 2022-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -136,7 +136,7 @@ using XeHPAndLaterAubInlineDataTest = Test<InlineDataFixture>;
HWCMDTEST_F(IGFX_XE_HP_CORE, XeHPAndLaterAubInlineDataTest, givenCrossThreadFitIntoSingleGrfWhenInlineDataAllowedThenCopyAllCrossThreadIntoInline) {
using WalkerVariant = typename FamilyType::WalkerVariant;
auto *kernel = kernels[4].get();
auto *kernel = kernels[3].get();
if (!EncodeDispatchKernel<FamilyType>::inlineDataProgrammingRequired(kernel->getKernelInfo().kernelDescriptor)) {
return;