Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #661 from takagi/nccl-2.9.9
Browse files Browse the repository at this point in the history
NCCL v2.9.9
  • Loading branch information
kmaehashi authored Jun 21, 2021
2 parents 459f051 + f6d714e commit 0647079
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,25 +936,25 @@ def get_scipy_choices():
codes['nccl2.9-cuda102'] = nccl_base.format(
nccl_sub_dir='cuda',
nccl_os_ver='1804',
libnccl2='libnccl2_2.9.8-1+cuda10.2_amd64',
libnccl_dev='libnccl-dev_2.9.8-1+cuda10.2_amd64',
libnccl2='libnccl2_2.9.9-1+cuda10.2_amd64',
libnccl_dev='libnccl-dev_2.9.9-1+cuda10.2_amd64',
include_dir='/usr/include',
lib_dir='/usr/lib/x86_64-linux-gnu',
)

codes['nccl2.9-cuda110'] = nccl_base.format(
nccl_sub_dir='cuda',
nccl_os_ver='1804',
libnccl2='libnccl2_2.9.8-1+cuda11.0_amd64',
libnccl_dev='libnccl-dev_2.9.8-1+cuda11.0_amd64',
libnccl2='libnccl2_2.9.9-1+cuda11.0_amd64',
libnccl_dev='libnccl-dev_2.9.9-1+cuda11.0_amd64',
include_dir='/usr/include',
lib_dir='/usr/lib/x86_64-linux-gnu',
)
codes['nccl2.9-cuda113'] = nccl_base.format(
nccl_sub_dir='cuda',
nccl_os_ver='1804',
libnccl2='libnccl2_2.9.8-1+cuda11.3_amd64',
libnccl_dev='libnccl-dev_2.9.8-1+cuda11.3_amd64',
libnccl2='libnccl2_2.9.9-1+cuda11.3_amd64',
libnccl_dev='libnccl-dev_2.9.9-1+cuda11.3_amd64',
include_dir='/usr/include',
lib_dir='/usr/lib/x86_64-linux-gnu',
)
Expand Down

0 comments on commit 0647079

Please sign in to comment.