Commit ee7392f
Make nvidia-smi non-fatal in Windows CUDA CI (#18586)
Some Windows GPU runners don't have nvidia-smi available even though the
CUDA toolkit (nvcc) is properly installed. The nvidia-smi call is purely
informational — the actual CUDA toolchain validation is done by nvcc
--version and the version check that follows.
Co-authored-by: Manuel Candales <42380156+manuelcandales@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 916ed11 commit ee7392f
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
126 | 138 | | |
127 | 139 | | |
128 | 140 | | |
| |||
0 commit comments