mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
fix: Add function pointer for Metric Scope api
Related-To: NEO-16359 Signed-off-by: Shreyas Kunder <shreyas.kunder@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
97a206ed33
commit
d0e323e410
@@ -128,6 +128,8 @@ void *ExtensionFunctionAddressHelper::getExtensionFunctionAddress(const std::str
|
||||
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricDecodeCalculateMultipleValuesExp);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricCalculateValuesExp);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerDecodeExp2);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricScopesGetExp);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricScopeGetPropertiesExp);
|
||||
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricSupportedScopesGetExp);
|
||||
|
||||
// Graphs
|
||||
|
||||
Reference in New Issue
Block a user