File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
unified-runtime/source/adapters/level_zero/v2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -911,7 +911,7 @@ ur_result_t ur_command_list_manager::bindlessImagesWaitExternalSemaphoreExp(
911
911
uint64_t waitValue, uint32_t numEventsInWaitList,
912
912
const ur_event_handle_t *phEventWaitList, ur_event_handle_t phEvent) {
913
913
auto hPlatform = hContext->getPlatform ();
914
- if (! hPlatform->ZeExternalSemaphoreExt .Supported == false ) {
914
+ if (hPlatform->ZeExternalSemaphoreExt .Supported == false ) {
915
915
UR_LOG_LEGACY (ERR,
916
916
logger::LegacyMessage (" [UR][L0] {} function not supported!" ),
917
917
" {} function not supported!" , __FUNCTION__);
@@ -941,7 +941,7 @@ ur_result_t ur_command_list_manager::bindlessImagesSignalExternalSemaphoreExp(
941
941
uint64_t signalValue, uint32_t numEventsInWaitList,
942
942
const ur_event_handle_t *phEventWaitList, ur_event_handle_t phEvent) {
943
943
auto hPlatform = hContext->getPlatform ();
944
- if (! hPlatform->ZeExternalSemaphoreExt .Supported == false ) {
944
+ if (hPlatform->ZeExternalSemaphoreExt .Supported == false ) {
945
945
UR_LOG_LEGACY (ERR,
946
946
logger::LegacyMessage (" [UR][L0] {} function not supported!" ),
947
947
" {} function not supported!" , __FUNCTION__);
You can’t perform that action at this time.
0 commit comments