mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
feature: add initial support for Xe2 platforms
Related-To: NEO-8188, NEO-10774 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0158decb2b
commit
778645c11e
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2023 Intel Corporation
|
||||
* Copyright (C) 2020-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -27,3 +27,6 @@
|
||||
#ifdef SUPPORT_XE_HPC_CORE
|
||||
#include "shared/source/xe_hpc_core/aub_mapper.h"
|
||||
#endif
|
||||
#ifdef SUPPORT_XE2_HPG_CORE
|
||||
#include "shared/source/xe2_hpg_core/aub_mapper.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user