mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
feature: add hostFunctions data layout
Related-To: NEO-14577 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c2a9efa8c0
commit
d20c9264e5
14
shared/source/xe2_hpg_core/host_function_xe2_hpg_core.cpp
Normal file
14
shared/source/xe2_hpg_core/host_function_xe2_hpg_core.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/command_stream/host_function.h"
|
||||
#include "shared/source/command_stream/host_function.inl"
|
||||
#include "shared/source/xe2_hpg_core/hw_cmds_base.h"
|
||||
|
||||
using Family = NEO::Xe2HpgCoreFamily;
|
||||
|
||||
#include "shared/source/command_stream/host_function_enablers.inl"
|
||||
Reference in New Issue
Block a user