Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CUDA 12.2 #101

Merged
merged 6 commits into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
vyasr marked this conversation as resolved.
Show resolved Hide resolved

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