We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cea0a1 commit a6f24d7Copy full SHA for a6f24d7
1 file changed
cuda_pathfinder/cuda/pathfinder/_static_libs/find_bitcode_lib.py
@@ -40,6 +40,11 @@ class _BitcodeLibInfo(TypedDict):
40
"nvidia/cuda_nvcc/nvvm/libdevice",
41
),
42
},
43
+ "nvshmem_device": {
44
+ "filename": "libnvshmem_device.bc",
45
+ "rel_path": "lib",
46
+ "site_packages_dirs": ("nvidia/nvshmem/lib",),
47
+ },
48
}
49
50
# Public API: just the supported library names
0 commit comments