mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
feature: support metric group type
Related-To: NEO-12055 Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
eca60f01d1
commit
365b0affc9
@@ -561,7 +561,7 @@ ze_result_t OaMetricGroupImp::getProperties(zet_metric_group_properties_t *pProp
|
||||
copyProperties(properties, *pProperties);
|
||||
pProperties->pNext = pNext;
|
||||
if (pNext) {
|
||||
status = getMetricGroupExtendedProperties(metricSource, pNext);
|
||||
status = metricSource.handleMetricGroupExtendedProperties(pNext);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user