From 52ad8f44c85e539fc2d054890738ea9e5895d6db Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski Date: Fri, 21 Mar 2025 14:02:52 +0000 Subject: [PATCH] test: don't use empty kernel for testing inline data empty kernel doesn't use any implicit args Signed-off-by: Mateusz Jablonski --- .../aub_inline_data_local_id_tests_xehp_and_later.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencl/test/unit_test/aub_tests/command_queue/aub_inline_data_local_id_tests_xehp_and_later.cpp b/opencl/test/unit_test/aub_tests/command_queue/aub_inline_data_local_id_tests_xehp_and_later.cpp index 6e1b4e5cb1..fa163dbd97 100644 --- a/opencl/test/unit_test/aub_tests/command_queue/aub_inline_data_local_id_tests_xehp_and_later.cpp +++ b/opencl/test/unit_test/aub_tests/command_queue/aub_inline_data_local_id_tests_xehp_and_later.cpp @@ -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; 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::inlineDataProgrammingRequired(kernel->getKernelInfo().kernelDescriptor)) { return;