hw_cmds.h for XE refactor

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-30 09:04:47 +00:00
committed by Compute-Runtime-Automation
parent cbe8b8531d
commit 2b9827ad7d
42 changed files with 51 additions and 44 deletions

View File

@@ -5,7 +5,7 @@
*
*/
#include "shared/source/xe_hpc_core/hw_cmds_base.h"
#include "shared/source/xe_hpc_core/hw_cmds_xe_hpc_core_base.h"
#include "opencl/source/mem_obj/image.inl"

View File

@@ -1,11 +1,11 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/xe_hpc_core/hw_cmds_base.h"
#include "shared/source/xe_hpc_core/hw_cmds_xe_hpc_core_base.h"
using Family = NEO::XE_HPC_COREFamily;
constexpr static auto gfxCore = IGFX_XE_HPC_CORE;
#include "opencl/source/sampler/sampler_tgllp_and_later.inl"

View File

@@ -5,7 +5,7 @@
*
*/
#include "shared/source/xe_hpg_core/hw_cmds_base.h"
#include "shared/source/xe_hpg_core/hw_cmds_xe_hpg_core_base.h"
#include "opencl/source/mem_obj/image.inl"

View File

@@ -1,11 +1,11 @@
/*
* Copyright (C) 2021 Intel Corporation
* Copyright (C) 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/xe_hpg_core/hw_cmds_base.h"
#include "shared/source/xe_hpg_core/hw_cmds_xe_hpg_core_base.h"
using Family = NEO::XE_HPG_COREFamily;
constexpr static auto gfxCore = IGFX_XE_HPG_CORE;