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() {
277
277
}
278
278
// Check if extension is available for Spec External Sempahores
279
279
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 ) {
281
281
if (extension.version == ZE_EXTERNAL_SEMAPHORE_EXT_VERSION_1_0) {
282
282
ZeExternalSemaphoreExtensionSupported = true ;
283
283
}
@@ -356,10 +356,10 @@ ur_result_t ur_platform_handle_t_::initialize() {
356
356
0 );
357
357
ZeExternalSemaphoreExt.Supported |=
358
358
(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 ))) ==
363
363
0 );
364
364
} else if (ZeIntelExternalSemaphoreExtensionSupported) {
365
365
ZeExternalSemaphoreExt.Supported |=
You can’t perform that action at this time.
0 commit comments