Skip to content

[SYCL] Prioritize set kernels over lookup #18157

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 1 commit into from
Apr 23, 2025

Conversation

steffenlarsen
Copy link
Contributor

The current implementation of SYCL kernel launches prioritizes looking up kernels through the kernel bundles rather than using the set kernel. These changes instead prioritizes using the kernel, which not only saves the look-up overhead and fixes a kernel implementation lifetime issue caused by #17380.

The current implementation of SYCL kernel launches prioritizes looking
up kernels through the kernel bundles rather than using the set kernel.
These changes instead prioritizes using the kernel, which not only saves
the look-up overhead and fixes a kernel implementation lifetime issue
caused by intel#17380.

Signed-off-by: Larsen, Steffen <[email protected]>
@againull againull merged commit e7c54c3 into intel:sycl Apr 23, 2025
29 of 30 checks passed
@steffenlarsen steffenlarsen deleted the steffen/prioritize_set_kernels branch April 23, 2025 15:40
steffenlarsen pushed a commit that referenced this pull request Apr 25, 2025
- Add test which was observed to be hanging after recent kernel bundle
changes
- Test is modified version of update test which removes update
functionality so it runs on current CI

Observed issue was fixed in #18157
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