mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
b39c5c151a
commit
1599e5bafe
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user