feature: add missing experimental mcl api calls

Related-To: NEO-10492

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-07-11 14:35:04 +00:00
committed by Compute-Runtime-Automation
parent b39c5c151a
commit 1599e5bafe
10 changed files with 374 additions and 57 deletions

View File

@@ -101,6 +101,11 @@ void *ExtensionFunctionAddressHelper::getExtensionFunctionAddress(const std::str
RETURN_FUNC_PTR_IF_EXIST(zexKernelSetVariableGroupSize);
RETURN_FUNC_PTR_IF_EXIST(zexVariableGetInfo);
RETURN_FUNC_PTR_IF_EXIST(zexCommandListGetVariablesList);
RETURN_FUNC_PTR_IF_EXIST(zexCommandListAppendMILoadRegReg);
RETURN_FUNC_PTR_IF_EXIST(zexCommandListAppendMILoadRegMem);
RETURN_FUNC_PTR_IF_EXIST(zexCommandListAppendMILoadRegImm);
RETURN_FUNC_PTR_IF_EXIST(zexCommandListAppendMIStoreRegMem);
RETURN_FUNC_PTR_IF_EXIST(zexCommandListAppendMIMath);
// Metrics
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerCreateExp);