mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add missing metrics enum
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
4e3e3ffeae
commit
daee75aa85
@ -11,7 +11,7 @@ const uint64_t DG2::defaultHardwareInfoConfig = 0;
|
||||
void setupDG2HardwareInfoImpl(HardwareInfo *hwInfo, bool setupFeatureTableAndWorkaroundTable, uint64_t hwInfoConfig) {
|
||||
if (hwInfoConfig == 0x0) {
|
||||
// Default config
|
||||
DG2_2x4x16::setupHardwareInfo(hwInfo, setupFeatureTableAndWorkaroundTable);
|
||||
DG2_CONFIG::setupHardwareInfo(hwInfo, setupFeatureTableAndWorkaroundTable);
|
||||
} else {
|
||||
UNRECOVERABLE_IF(true);
|
||||
}
|
||||
|
@ -70,6 +70,7 @@ enum class ClientGen : uint32_t
|
||||
Gen11LP = 5,
|
||||
Gen12 = 6,
|
||||
XeHP = 9,
|
||||
XeHPG = 10,
|
||||
// ...
|
||||
Last
|
||||
};
|
||||
|
Reference in New Issue
Block a user