Skip to content

Commit 49d641e

Browse files
committed
Fix invalid symbols
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 049df6d commit 49d641e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unified-runtime/source/adapters/level_zero/platform.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,13 +349,13 @@ ur_result_t ur_platform_handle_t_::initialize() {
349349
"zeDeviceImportExternalSemaphoreExt");
350350

351351
ZeExternalSemaphoreExt.zexCommandListAppendWaitExternalSemaphoresExp =
352-
(ze_pfnCommandListAppendWaitExternalSemaphoresExt_t)
352+
(ze_pfnCommandListAppendWaitExternalSemaphoreExt_t)
353353
ur_loader::LibLoader::getFunctionPtr(
354354
GlobalAdapter->processHandle,
355355
"zeCommandListAppendWaitExternalSemaphoreExt");
356356

357357
ZeExternalSemaphoreExt.zexCommandListAppendSignalExternalSemaphoresExp =
358-
(ze_pfnCommandListAppendSignalExternalSemaphoresExt_t)
358+
(ze_pfnCommandListAppendSignalExternalSemaphoreExt_t)
359359
ur_loader::LibLoader::getFunctionPtr(
360360
GlobalAdapter->processHandle,
361361
"zeCommandListAppendSignalExternalSemaphoreExt");

0 commit comments

Comments
 (0)