mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
refactor: introducing AOT platforms wrapper
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
58704a4693
commit
767755df94
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2024 Intel Corporation
|
||||
* Copyright (C) 2024-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "platforms.h"
|
||||
#include "neo_aot_platforms.h"
|
||||
|
||||
namespace AOT_BMG {
|
||||
constexpr AOT::PRODUCT_CONFIG productConfigs[] = {AOT::BMG_G21_A0};
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "platforms.h"
|
||||
#include "neo_aot_platforms.h"
|
||||
|
||||
namespace AOT_PTL {
|
||||
inline constexpr AOT::PRODUCT_CONFIG productConfigs[] = {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2022-2023 Intel Corporation
|
||||
* Copyright (C) 2022-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "platforms.h"
|
||||
#include "neo_aot_platforms.h"
|
||||
|
||||
namespace AOT_PVC {
|
||||
inline constexpr AOT::PRODUCT_CONFIG productConfigs[] = {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2023-2024 Intel Corporation
|
||||
* Copyright (C) 2023-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "platforms.h"
|
||||
#include "neo_aot_platforms.h"
|
||||
|
||||
namespace AOT_ARL {
|
||||
inline constexpr AOT::PRODUCT_CONFIG productConfigs[] = {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2022-2024 Intel Corporation
|
||||
* Copyright (C) 2022-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "platforms.h"
|
||||
#include "neo_aot_platforms.h"
|
||||
|
||||
namespace AOT_MTL {
|
||||
inline constexpr AOT::PRODUCT_CONFIG productConfigs[] = {
|
||||
|
||||
Reference in New Issue
Block a user