From 0c7945f5883229b1e1b7dceafadf2372e666998d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 24 May 2022 10:13:54 -0400 Subject: [PATCH 1/2] ci: try CUDA 11.6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b537e6e1e..f4e5ba0fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -315,8 +315,8 @@ jobs: # Testing NVCC; forces sources to behave like .cu files cuda: runs-on: ubuntu-latest - name: "🐍 3.8 • CUDA 11.2 • Ubuntu 20.04" - container: nvidia/cuda:11.2.2-devel-ubuntu20.04 + name: "🐍 3.8 • CUDA 11.6 • Ubuntu 20.04" + container: nvidia/cuda:11.6.1-devel-ubuntu20.04 steps: - uses: actions/checkout@v3 From 0ad20070aaa43f793dc200fa773e71be7f9251e6 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 8 Jun 2022 09:25:01 -0400 Subject: [PATCH 2/2] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4e5ba0fdf..09f7d66313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -315,8 +315,8 @@ jobs: # Testing NVCC; forces sources to behave like .cu files cuda: runs-on: ubuntu-latest - name: "🐍 3.8 • CUDA 11.6 • Ubuntu 20.04" - container: nvidia/cuda:11.6.1-devel-ubuntu20.04 + name: "🐍 3.10 • CUDA 11.7 • Ubuntu 22.04" + container: nvidia/cuda:11.7.0-devel-ubuntu22.04 steps: - uses: actions/checkout@v3