This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit dcf4d83
Use NO_CUDA_SDK rather than undefine CUDA_HOME
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.1 parent 71b01c2 commit dcf4d83
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Submodule islpp updated from adefea1 to f8cf7cf
0 commit comments