Skip to content

Commit

Permalink
use NCCL 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Jan 9, 2023
1 parent 985cd2f commit 13be005
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .pfnci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
os: "ubuntu:20.04"
cuda: "11.0"
rocm: null
nccl: "2.13"
nccl: "2.15"
cutensor: "1.4"
cusparselt: null
cudnn: "8.2"
Expand Down Expand Up @@ -244,15 +244,14 @@
test: "unit-multi"

# CUDA 11.7 | Linux
# The latest CUDA version matrix is intended to cover the highest supported combination.
- project: "cupy.linux.cuda117"
target: "cuda117"
tags: ["@push", "full", "cuda117"]
system: "linux"
os: "ubuntu:20.04"
cuda: "11.7"
rocm: null
nccl: "2.14"
nccl: "2.13"
cutensor: "1.5"
cusparselt: "0.2.0"
cudnn: "8.5"
Expand Down Expand Up @@ -283,7 +282,7 @@
os: "ubuntu:20.04"
cuda: "11.8"
rocm: null
nccl: "2.15"
nccl: "2.16"
cutensor: "1.6"
cusparselt: "0.2.0"
cudnn: "8.6"
Expand Down Expand Up @@ -398,7 +397,7 @@
os: "ubuntu:20.04"
cuda: "11.8"
rocm: null
nccl: "2.15"
nccl: "2.16"
cutensor: "1.6"
cusparselt: "0.2.0"
cudnn: "8.6"
Expand Down Expand Up @@ -429,7 +428,7 @@
os: "ubuntu:20.04"
cuda: "11.8"
rocm: null
nccl: "2.15"
nccl: "2.16"
cutensor: "1.6"
cusparselt: "0.2.0"
cudnn: "8.6"
Expand All @@ -456,7 +455,7 @@
os: "ubuntu:20.04"
cuda: "11.8"
rocm: null
nccl: "2.15"
nccl: "2.16"
cutensor: "1.6"
cusparselt: "0.2.0"
cudnn: "8.6"
Expand Down

0 comments on commit 13be005

Please sign in to comment.