File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
unified-runtime/source/adapters/level_zero Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments