Skip to content

Commit

Permalink
Drop CUDA 11.2 and 11.5, add Python 3.11 and 3.12 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
  • Loading branch information
ajschmidt8 and bdice authored Dec 13, 2023
1 parent db91bb8 commit a02c2e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions ci/compute-matrix.jq
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def compute_arch($x):
["amd64"] |
if
(["ubuntu18.04", "centos7"] | index($x.LINUX_VER) != null) or ($x.CUDA_VER <= "11.2.2")
if
(["ubuntu18.04", "centos7"] | index($x.LINUX_VER) != null)
then
.
else
Expand Down
15 changes: 1 addition & 14 deletions matrix.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
CUDA_VER:
- "11.2.2"
- "11.4.3"
- "11.5.2"
- "11.8.0"
- "12.0.1"
- "12.1.1"
PYTHON_VER:
- "3.9"
- "3.10"
- "3.11"
LINUX_VER:
- "ubuntu18.04"
- "ubuntu20.04"
Expand All @@ -20,12 +19,8 @@ IMAGE_REPO:
- "citestwheel"
exclude:
# ci-conda:
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.2.2"
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.4.3"
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.5.2"

# wheels:
- LINUX_VER: "ubuntu18.04"
Expand All @@ -34,18 +29,10 @@ exclude:
IMAGE_REPO: "citestwheel"

# exclude citestwheel and ci-wheel for cuda versions other than 11.8.0 and 12.0.1
- CUDA_VER: "11.2.2"
IMAGE_REPO: "citestwheel"
- CUDA_VER: "11.2.2"
IMAGE_REPO: "ci-wheel"
- CUDA_VER: "11.4.3"
IMAGE_REPO: "citestwheel"
- CUDA_VER: "11.4.3"
IMAGE_REPO: "ci-wheel"
- CUDA_VER: "11.5.2"
IMAGE_REPO: "citestwheel"
- CUDA_VER: "11.5.2"
IMAGE_REPO: "ci-wheel"
- CUDA_VER: "12.1.1"
IMAGE_REPO: "citestwheel"
- CUDA_VER: "12.1.1"
Expand Down

0 comments on commit a02c2e8

Please sign in to comment.