Skip to content

[SYCL] Fix use-after-release kernel issue #18146

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

Conversation

steffenlarsen
Copy link
Contributor

After the changes in #17380, kernels looked up from a kernel bundle could cause lifetime issues, as the lifetime of the returned objects had to be handled differently based on the path taken. These changes move back to only look up non-source-based kernels and use the stored kernel objects otherwise.

After the changes in intel#17380, kernels looked up from a kernel bundle
could cause lifetime issues, as the lifetime of the returned objects had
to be handled differently based on the path taken. These changes move
back to only look up non-source-based kernels and use the stored kernel
objects otherwise.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen
Copy link
Contributor Author

Replaced by #18157.

@steffenlarsen steffenlarsen deleted the steffen/fix_offline_kernel_lookup branch April 23, 2025 15:40
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.

1 participant