Skip to content
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

[SYCL] Reduce overhead of root device search #17849

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

slawekptak
Copy link
Contributor

The change reduces the overhead of a root device search, if the given device is already a root device. It also removes the unnecessary UR call and shared_ptr copy in such a case.

@slawekptak slawekptak requested a review from a team as a code owner April 4, 2025 10:21
The change reduces the overhead of a root device search,
if the given device is already a root device. It also removes
the unnecessary UR call and shared_ptr copy in such a case.
@slawekptak slawekptak requested a review from vinser52 April 4, 2025 12:27
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.

3 participants