refactor: introducing AOT platforms wrapper

Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
Chodor, Jaroslaw
2025-06-10 12:43:12 +00:00
committed by Compute-Runtime-Automation
parent 58704a4693
commit 767755df94
62 changed files with 130 additions and 104 deletions

View File

@@ -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};

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "platforms.h"
#include "neo_aot_platforms.h"
namespace AOT_PTL {
inline constexpr AOT::PRODUCT_CONFIG productConfigs[] = {

View File

@@ -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[] = {

View File

@@ -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[] = {

View File

@@ -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[] = {