mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
refactor: introducing igfxfmid_wrapper
Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ca3079f263
commit
46c60290b9
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "igfxfmid.h"
|
||||
#include "neo_igfxfmid.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "shared/source/helpers/product_config_helper.h"
|
||||
#include "shared/source/utilities/stackvec.h"
|
||||
|
||||
#include "igfxfmid.h"
|
||||
#include "neo_igfxfmid.h"
|
||||
#include "ocl_igc_interface/code_type.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "shared/source/utilities/stackvec.h"
|
||||
|
||||
#include "aubstream/aubstream.h"
|
||||
#include "igfxfmid.h"
|
||||
#include "neo_igfxfmid.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "shared/source/helpers/kmd_notify_properties.h"
|
||||
|
||||
#include "gtsysinfo.h"
|
||||
#include "igfxfmid.h"
|
||||
#include "neo_igfxfmid.h"
|
||||
#include "sku_info.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "igfxfmid.h"
|
||||
#include "neo_igfxfmid.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "igfxfmid.h"
|
||||
#include "neo_igfxfmid.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022-2024 Intel Corporation
|
||||
* Copyright (C) 2022-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "shared/source/helpers/hw_ip_version.h"
|
||||
#include "shared/source/utilities/const_stringref.h"
|
||||
|
||||
#include "igfxfmid.h"
|
||||
#include "neo_igfxfmid.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
|
||||
Reference in New Issue
Block a user