You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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++.
The text was updated successfully, but these errors were encountered: