Skip to content

[SYCL] [UR] [Graphs] Added missing UR_CALLs #19143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 30, 2025

Conversation

konradkusiak97
Copy link
Contributor

Small fixes flagged by static analyzer:

  • Added missing UR_CALL and UR_CALL_NOCHECK to ur::level_zero function calls in Command Buffer,
  • Removed one redundant copy of shared_ptr

Copy link
Contributor

@pbalcer pbalcer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's one more missing UR_CALL found by coverity: https://github.com/intel/llvm/blob/sycl/unified-runtime/source/adapters/level_zero/command_buffer.cpp#L1515-L1516

Can you fix that as well?

@konradkusiak97
Copy link
Contributor Author

konradkusiak97 commented Jun 26, 2025

There's one more missing UR_CALL found by coverity: https://github.com/intel/llvm/blob/sycl/unified-runtime/source/adapters/level_zero/command_buffer.cpp#L1515-L1516

Can you fix that as well?

Aye, thanks for pointing out.

@konradkusiak97
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge, thank you.

@dm-vodopyanov dm-vodopyanov merged commit cc2b985 into intel:sycl Jun 30, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants