Skip to content

[CUDA] "CL/sycl.hpp" include not found when compiling with CUDA backend #1342

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

Closed
cgleggett opened this issue Mar 17, 2020 · 3 comments
Closed
Assignees
Labels
cuda CUDA back-end

Comments

@cgleggett
Copy link

header CL/sycl.hpp is not automatically found when targeting the CUDA backend, unless the include directory is explicitly specified in the compilation line via -I$(SYCL_BLD_DIR)/include/sycl

This is not the case if the CUDA backend is not targeted.

@vladimirlaz
Copy link
Contributor

Fix is available in #1347

@cgleggett
Copy link
Author

looks good. I'm now faced with #1353, but it looks like it's finding the header files without manual intervention.

@bader
Copy link
Contributor

bader commented Mar 19, 2020

Fixed by #1347.

@bader bader closed this as completed Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda CUDA back-end
Projects
None yet
Development

No branches or pull requests

3 participants