Commit f59f05f
committed
Do not unconditionally import
The symbol won't be available on platforms which don't support CUDA, causing the
warning
```
1 dependency had output during precompilation:
┌ CUDATools
│ WARNING: Imported binding CUDA_Compiler_jll.nvdisasm was undeclared at import time during import to CUDATools.
└
```nvdisasm from CUDA_Compiler_jll
1 parent 13e9ac3 commit f59f05f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments