refactor: make command list append launch kernel method virtual

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2023-11-28 12:00:47 +00:00
committed by Compute-Runtime-Automation
parent e57d372608
commit 01047eb461

View File

@@ -250,10 +250,10 @@ struct CommandListCoreFamily : public CommandListImp {
const Vec3<size_t> &srcSize, const Vec3<size_t> &dstSize,
Event *signalEvent);
MOCKABLE_VIRTUAL ze_result_t appendLaunchKernelWithParams(Kernel *kernel,
const ze_group_count_t &threadGroupDimensions,
Event *event,
const CmdListKernelLaunchParams &launchParams);
virtual ze_result_t appendLaunchKernelWithParams(Kernel *kernel,
const ze_group_count_t &threadGroupDimensions,
Event *event,
const CmdListKernelLaunchParams &launchParams);
MOCKABLE_VIRTUAL ze_result_t appendLaunchKernelSplit(Kernel *kernel,
const ze_group_count_t &threadGroupDimensions,
Event *event,