File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
unified-runtime/source/adapters/level_zero Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ ur_result_t ur_platform_handle_t_::initialize() {
277277 }
278278 // Check if extension is available for Spec External Sempahores
279279 if (strncmp (extension.name , ZE_EXTERNAL_SEMAPHORES_EXTENSION_NAME,
280- strlen (ZE_EXTERNAL_SEMAPHORES_EXTENSION_NAME) + 1 ) == 0 ) {
280+ strlen (ZE_EXTERNAL_SEMAPHORES_EXTENSION_NAME) + 1 ) == 0 ) {
281281 if (extension.version == ZE_EXTERNAL_SEMAPHORE_EXT_VERSION_1_0) {
282282 ZeExternalSemaphoreExtensionSupported = true ;
283283 }
@@ -356,10 +356,10 @@ ur_result_t ur_platform_handle_t_::initialize() {
356356 0 );
357357 ZeExternalSemaphoreExt.Supported |=
358358 (ZE_CALL_NOCHECK (zeDriverGetExtensionFunctionAddress,
359- (ZeDriver, " zeDeviceReleaseExternalSemaphoreExt" ,
360- reinterpret_cast <void **>(
361- &ZeExternalSemaphoreExt
362- .zexDeviceReleaseExternalSemaphoreExp ))) ==
359+ (ZeDriver, " zeDeviceReleaseExternalSemaphoreExt" ,
360+ reinterpret_cast <void **>(
361+ &ZeExternalSemaphoreExt
362+ .zexDeviceReleaseExternalSemaphoreExp ))) ==
363363 0 );
364364 } else if (ZeIntelExternalSemaphoreExtensionSupported) {
365365 ZeExternalSemaphoreExt.Supported |=
You can’t perform that action at this time.
0 commit comments