From 47ef854665145afdda6ce8b90c5823536bbee3f8 Mon Sep 17 00:00:00 2001 From: Compute-Runtime-Validation Date: Tue, 24 Sep 2024 18:46:57 +0200 Subject: [PATCH] Revert "refactor: remove not needed code" This reverts commit 1eb5e945dc60b72a20094b2bbe6223aab36128ad. Signed-off-by: Compute-Runtime-Validation --- .../definitions/gfx_core_helper_xe2_hpg_core_additional.inl | 6 ++++++ shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl diff --git a/shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl b/shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl new file mode 100644 index 0000000000..4fa4901f25 --- /dev/null +++ b/shared/source/xe2_hpg_core/definitions/gfx_core_helper_xe2_hpg_core_additional.inl @@ -0,0 +1,6 @@ +/* + * Copyright (C) 2024 Intel Corporation + * + * SPDX-License-Identifier: MIT + * + */ diff --git a/shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp b/shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp index 016bb2262b..cd5011a688 100644 --- a/shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp +++ b/shared/source/xe2_hpg_core/gfx_core_helper_xe2_hpg_core.cpp @@ -24,6 +24,8 @@ using Family = NEO::Xe2HpgCoreFamily; #include "shared/source/helpers/simd_helper.h" #include "shared/source/release_helper/release_helper.h" +#include "gfx_core_helper_xe2_hpg_core_additional.inl" + namespace NEO { template <>