Commit fc5babd
authored
* Add nvidia-libmathdx-cu13 in cuda_pathfinder/pyproject.toml
* Remove cufftMp, mathdx from _is_expected_load_nvidia_dynamic_lib_failure
cufftMp should have been removed in PR #1315 (cuda-bindings v13.1.0 release), but this was overlooked.
* Add HeaderDescriptorSpec for mathdx
* Add HeaderDescriptorSpec entries for cute, cutlass
* Restore mathdx in IMPORTLIB_METADATA_DISTRIBUTIONS_NAMES
The cu13 Windows CI jobs do not run `pip install --group test-cu13`,
so nvidia-libmathdx is not installed when the all_must_work pathfinder
test run executes. Without the distribution-presence check the test
fails unconditionally. Restore the entry so the test treats a missing
mathdx wheel as an expected failure under all_must_work strictness.
Made-with: Cursor
* Skip all_must_work pathfinder tests for free-threaded Python on Windows (#1820)
The nvidia-cutlass wheel contains paths that exceed the 260-char
Windows MAX_PATH limit when installed under the longer
x64-freethreaded site-packages prefix. Skip the pip --group install
and the all_must_work test run for free-threaded builds until the CI
runners enable LongPathsEnabled.
Made-with: Cursor
* Fix mathdx site_packages_windows path for cu13
The nvidia-libmathdx-cu13 wheel installs mathdx64_0.dll under
nvidia/cu13/bin, not nvidia/cu13/bin/x86_64. The x86_64 subdirectory
is used by cuda-toolkit CTK packages, but nvidia-libmathdx is packaged
separately and follows the flat layout (matching nvidia-cudss and the
cu12 mathdx wheel).
Made-with: Cursor
1 parent 079f937 commit fc5babd
6 files changed
Lines changed: 32 additions & 2 deletions
File tree
- .github/workflows
- cuda_pathfinder
- cuda/pathfinder
- _dynamic_libs
- _headers
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
| 275 | + | |
274 | 276 | | |
275 | 277 | | |
276 | 278 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
148 | 156 | | |
149 | 157 | | |
150 | 158 | | |
| |||
153 | 161 | | |
154 | 162 | | |
155 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
156 | 180 | | |
157 | 181 | | |
158 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
0 commit comments