Commit 1476822
authored
[FEA]: Add support for
* Add support for find_bitcode_lib("nvshmem_device")
(site-packages, Conda) x (cu12, cu13)
* Exclude Windows-unavailable bitcode libs from SUPPORTED_BITCODE_LIBS
nvshmem wheels are not published for Windows, so the nvshmem_device
entry must be filtered out on that platform. This adds an
`available_on_windows` key to _BitcodeLibInfo and uses it to build
SUPPORTED_BITCODE_LIBS, which controls test parametrization.
Made-with: Cursorpathfinder.find_bitcode_lib("nvshmem_device") (#1828)1 parent 900cd2e commit 1476822
File tree
1 file changed
+13
-1
lines changed- cuda_pathfinder/cuda/pathfinder/_static_libs
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
46 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
47 | 59 | | |
48 | 60 | | |
49 | 61 | | |
| |||
0 commit comments