We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This section of the SYCL 2020 spec refers to build_with_source and compile_with_source functions, but they aren't described anywhere else in the spec.
build_with_source
compile_with_source
https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#_offline_linking_with_opencl_c_libraries
I suspect this is an artifact leftover from a previous SYCL version? If so, these references should be removed. If not, how should they be used?
It may be possible to cleanup other parts of this section as well, or to remove it entirely if it's no longer applicable.
The text was updated successfully, but these errors were encountered:
Good spot @bashbaug !
Sorry, something went wrong.
compile
Successfully merging a pull request may close this issue.
This section of the SYCL 2020 spec refers to
build_with_source
andcompile_with_source
functions, but they aren't described anywhere else in the spec.https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#_offline_linking_with_opencl_c_libraries
I suspect this is an artifact leftover from a previous SYCL version? If so, these references should be removed. If not, how should they be used?
It may be possible to cleanup other parts of this section as well, or to remove it entirely if it's no longer applicable.
The text was updated successfully, but these errors were encountered: