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

Remove references to compile/build_with_source #754

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

Conversation

Pennycook
Copy link
Contributor

@Pennycook Pennycook commented Feb 25, 2025

These functions were removed alongside the program object in SYCL 2020.

The section correctly pointed to kernel_bundle as the replacement, but referred to member functions that didn't exist.

Closes #389.


I'm honestly not sure whether I've fixed this correctly, and I was surprised to discover that we define both a make_kernel_bundle and a create_bundle function. I think this is correct, though -- a developer can create a cl_program from source using OpenCL functionality, and then create a kernel_bundle from that.

These functions were removed alongside the program object in SYCL 2020.

The section correctly pointed to kernel_bundle as the replacement, but referred
to member functions that didn't exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

References to build_with_source and compile_with_source
1 participant