We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552c3c6 commit 8ba018cCopy full SHA for 8ba018c
1 file changed
cuda_pathfinder/cuda/pathfinder/_static_libs/find_bitcode_lib.py
@@ -42,18 +42,18 @@ class _BitcodeLibInfo(TypedDict):
42
),
43
"available_on_windows": True,
44
},
45
- "nvshmem_device": {
46
- "filename": "libnvshmem_device.bc",
47
- "rel_path": "lib",
48
- "site_packages_dirs": ("nvidia/nvshmem/lib",),
49
- "available_on_windows": False,
50
- },
51
"nccl": {
52
"filename": "libnccl_device.bc",
53
"rel_path": "lib",
54
"site_packages_dirs": ("nvidia/nccl/lib",),
55
"available_on_windows": False,
56
+ "nvshmem_device": {
+ "filename": "libnvshmem_device.bc",
+ "rel_path": "lib",
+ "site_packages_dirs": ("nvidia/nvshmem/lib",),
+ "available_on_windows": False,
+ },
57
}
58
59
# Public API: just the supported library names
0 commit comments