mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
feature: Adding mechanism for overriding exposed device IP version
Related-To: GSD-10248 Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
680fa1ec1d
commit
a97563bf48
@@ -131,6 +131,7 @@ struct HardwareInfo { // NOLINT(clang-analyzer-optin.performance.Padding)
|
||||
alignas(4) GT_SYSTEM_INFO gtSystemInfo{};
|
||||
alignas(8) RuntimeCapabilityTable capabilityTable{};
|
||||
alignas(8) HardwareIpVersion ipVersion{};
|
||||
alignas(8) HardwareIpVersion ipVersionOverrideExposedToTheApplication{};
|
||||
};
|
||||
|
||||
// Global table of hardware prefixes
|
||||
|
||||
Reference in New Issue
Block a user