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

Add a testing mode that ensures CPU only code compiles w/o nvcc #830

Open
jrhemstad opened this issue Mar 6, 2023 · 0 comments
Open

Add a testing mode that ensures CPU only code compiles w/o nvcc #830

jrhemstad opened this issue Mar 6, 2023 · 0 comments

Comments

@jrhemstad
Copy link
Collaborator

As a Thrust user using host-only constructs I expect to be able to compile it without nvcc (i.e., using gcc or clang directly). However, this doesn't always work (see NVIDIA/thrust#386).

We should add a testing mode that ensures host-only code compiles without nvcc.

See NVIDIA/libcudacxx#340 for where @wmaxey did the same thing in libcu++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant