feature: add hostFunctions data layout

Related-To: NEO-14577
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-09-10 05:32:19 +00:00
committed by Compute-Runtime-Automation
parent c2a9efa8c0
commit d20c9264e5
12 changed files with 286 additions and 0 deletions

View 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"