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