mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
refactor: make command list append launch kernel method virtual
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e57d372608
commit
01047eb461
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user