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 @@ -897,7 +897,7 @@ ur_result_t ur_command_list_manager::bindlessImagesWaitExternalSemaphoreExp(
897897 uint64_t waitValue, uint32_t numEventsInWaitList,
898898 const ur_event_handle_t *phEventWaitList, ur_event_handle_t phEvent) {
899899 auto hPlatform = hContext->getPlatform ();
900- if (! hPlatform->ZeExternalSemaphoreExt .Supported == false ) {
900+ if (hPlatform->ZeExternalSemaphoreExt .Supported == false ) {
901901 UR_LOG_LEGACY (ERR,
902902 logger::LegacyMessage (" [UR][L0] {} function not supported!" ),
903903 " {} function not supported!" , __FUNCTION__);
@@ -927,7 +927,7 @@ ur_result_t ur_command_list_manager::bindlessImagesSignalExternalSemaphoreExp(
927927 uint64_t signalValue, uint32_t numEventsInWaitList,
928928 const ur_event_handle_t *phEventWaitList, ur_event_handle_t phEvent) {
929929 auto hPlatform = hContext->getPlatform ();
930- if (! hPlatform->ZeExternalSemaphoreExt .Supported == false ) {
930+ if (hPlatform->ZeExternalSemaphoreExt .Supported == false ) {
931931 UR_LOG_LEGACY (ERR,
932932 logger::LegacyMessage (" [UR][L0] {} function not supported!" ),
933933 " {} function not supported!" , __FUNCTION__);
You can’t perform that action at this time.
0 commit comments