Skip to content

Commit daee75a

Browse files
Add missing metrics enum
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
1 parent 4e3e3ff commit daee75a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

shared/source/xe_hpg_core/definitions/hw_info_setup_dg2.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const uint64_t DG2::defaultHardwareInfoConfig = 0;
1111
void setupDG2HardwareInfoImpl(HardwareInfo *hwInfo, bool setupFeatureTableAndWorkaroundTable, uint64_t hwInfoConfig) {
1212
if (hwInfoConfig == 0x0) {
1313
// Default config
14-
DG2_2x4x16::setupHardwareInfo(hwInfo, setupFeatureTableAndWorkaroundTable);
14+
DG2_CONFIG::setupHardwareInfo(hwInfo, setupFeatureTableAndWorkaroundTable);
1515
} else {
1616
UNRECOVERABLE_IF(true);
1717
}

third_party/metrics_library/metrics_library_api_1_0.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ enum class ClientGen : uint32_t
7070
Gen11LP = 5,
7171
Gen12 = 6,
7272
XeHP = 9,
73+
XeHPG = 10,
7374
// ...
7475
Last
7576
};

0 commit comments

Comments
 (0)