Skip to content

Commit

Permalink
add CUDA 12.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 4, 2024
1 parent 906747e commit ac6775f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CUDA_VER:
- "11.4.3"
- "11.8.0"
- "12.0.1"
- "12.1.1"
- "12.2.2"
PYTHON_VER:
- "3.9"
- "3.10"
Expand All @@ -18,25 +18,23 @@ IMAGE_REPO:
- "ci-wheel"
- "citestwheel"
exclude:
# ci-conda:
# Exclusions from CUDA's OS support matrix
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.4.3"
- LINUX_VER: "ubuntu18.04"
CUDA_VER: "12.2.2"

# wheels:
- LINUX_VER: "ubuntu18.04"
IMAGE_REPO: "ci-wheel"
- LINUX_VER: "centos7"
IMAGE_REPO: "citestwheel"

# exclude citestwheel and ci-wheel for cuda versions other than 11.8.0 and 12.0.1
# exclude citestwheel and ci-wheel for cuda versions other than 11.8.0, 12.0.1, and 12.2.2
- CUDA_VER: "11.4.3"
IMAGE_REPO: "citestwheel"
- CUDA_VER: "11.4.3"
IMAGE_REPO: "ci-wheel"
- CUDA_VER: "12.1.1"
IMAGE_REPO: "citestwheel"
- CUDA_VER: "12.1.1"
IMAGE_REPO: "ci-wheel"

# exclude citestwheel for rockylinux8
- LINUX_VER: "rockylinux8"
Expand Down

0 comments on commit ac6775f

Please sign in to comment.