mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
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:
committed by
Compute-Runtime-Automation
parent
7c75807987
commit
52ad8f44c8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user