Commit c45a61f
committed
Fix choice of conda package for includes (on Windows)
The path to CUDA includes may exist in a conda environment even if they
are not present, particularly on Windows where the include path is just
`$CONDA_PREFIX\Library\include`. Therefore, the presence of the include
dir alone doesn't signify that the CUDA includes are actually present in
that location - we also need to check whether a relevant header file
exists.1 parent 7626716 commit c45a61f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
314 | 316 | | |
315 | 317 | | |
316 | 318 | | |
| |||
0 commit comments