Skip to content

Commit d42f5c3

Browse files
committed
Rename NCCL bitcode key to nccl_device
Signed-off-by: Xiakun Lu <xiakunl@nvidia.com>
1 parent 8ba018c commit d42f5c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_pathfinder/cuda/pathfinder/_static_libs/find_bitcode_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class _BitcodeLibInfo(TypedDict):
4242
),
4343
"available_on_windows": True,
4444
},
45-
"nccl": {
45+
"nccl_device": {
4646
"filename": "libnccl_device.bc",
4747
"rel_path": "lib",
4848
"site_packages_dirs": ("nvidia/nccl/lib",),

0 commit comments

Comments
 (0)