Rename zeModuleDynamicLink
Change-Id: I9e64d816e302c1598f3ce1db1e668b4d609e6e0b Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
parent
ef791755e7
commit
6b919d0e0f
|
@ -204,13 +204,6 @@ zeCommandListAppendLaunchMultipleKernelsIndirect(
|
|||
return L0::CommandList::fromHandle(hCommandList)->appendLaunchMultipleKernelsIndirect(numKernels, phKernels, pCountBuffer, pLaunchArgumentsBuffer, hSignalEvent, numWaitEvents, phWaitEvents);
|
||||
}
|
||||
|
||||
ZE_APIEXPORT ze_result_t ZE_APICALL
|
||||
zeKernelGetPropertiesExt(
|
||||
ze_kernel_handle_t hKernel,
|
||||
ze_kernel_properties_t *pKernelProperties) {
|
||||
return L0::Kernel::fromHandle(hKernel)->getProperties(pKernelProperties);
|
||||
}
|
||||
|
||||
ZE_APIEXPORT ze_result_t ZE_APICALL
|
||||
zeKernelGetName(
|
||||
ze_kernel_handle_t hKernel,
|
||||
|
@ -220,7 +213,7 @@ zeKernelGetName(
|
|||
}
|
||||
|
||||
ZE_APIEXPORT ze_result_t ZE_APICALL
|
||||
zeModuleDynamicLinkExt(
|
||||
zeModuleDynamicLink(
|
||||
uint32_t numModules,
|
||||
ze_module_handle_t *phModules,
|
||||
ze_module_build_log_handle_t *phLinkLog) {
|
||||
|
|
Loading…
Reference in New Issue