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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
This commit starts a series of small cmake and configuration cleanups
that will improve things when calling non-NVRTC compilers.
The particular cicular change introduced by thi is to allow including
`gpu.h` in NO_SDK mode more cleanly.
Previously we would unset the variable CUDA_HOME but this is hacky
and non intuitive in the light of the `.h.in` configuration file that
will be inserted in a subsequent commit.
This commit replaces the unsetting by setting a new variable NO_CUDA_SDK.
0 commit comments