mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: split definitions from cmdlist_launch_params.h
Moving defintion of: - CmdListKernelLaunchParamsExt to cmdlist_launch_params_ext.h - CopyOffloadMode to copy_offload_mode.h - MemoryCopyParams to cmdlist_memory_copy_params.h - CommandToCopy to command_to_copy.h Store LaunchParamsExt as non-pointer member of CmdListKernelLaunchParams Related-To: NEO-14560 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
828d6bafa7
commit
13a5e90124
@@ -8,6 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "level_zero/core/source/cmdlist/cmdlist.h"
|
||||
#include "level_zero/core/source/cmdlist/cmdlist_memory_copy_params.h"
|
||||
#include <level_zero/ze_api.h>
|
||||
|
||||
namespace L0 {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "level_zero/core/source/cmdlist/cmdlist.h"
|
||||
#include "level_zero/core/source/cmdlist/cmdlist_launch_params.h"
|
||||
#include "level_zero/core/source/kernel/kernel.h"
|
||||
#include "level_zero/core/source/module/module.h"
|
||||
#include "level_zero/core/source/module/module_build_log.h"
|
||||
|
||||
Reference in New Issue
Block a user