From aae9d15fe41b50245a80e14fc11a1d8c2f473084 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 16 Jan 2025 14:36:15 -0500 Subject: [PATCH] try again with cuda --- .github/workflows/dependencies/dependencies_nvcc.sh | 4 ++-- .github/workflows/gpu_action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependencies/dependencies_nvcc.sh b/.github/workflows/dependencies/dependencies_nvcc.sh index 8f6ac3ead4..a7a2d0f23e 100755 --- a/.github/workflows/dependencies/dependencies_nvcc.sh +++ b/.github/workflows/dependencies/dependencies_nvcc.sh @@ -25,8 +25,8 @@ sudo apt-get install -y \ wget VERSION_DOTTED=${1-12.0} && VERSION_DASHED=$(sed 's/\./-/' <<< $VERSION_DOTTED) -curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb -sudo dpkg -i cuda-keyring_1.0-1_all.deb +curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb +sudo dpkg -i cuda-keyring_1.1-1_all.deb sudo apt-get update sudo apt-get install -y \ cuda-command-line-tools-$VERSION_DASHED \ diff --git a/.github/workflows/gpu_action.yml b/.github/workflows/gpu_action.yml index 8da87821ae..3633b5c398 100644 --- a/.github/workflows/gpu_action.yml +++ b/.github/workflows/gpu_action.yml @@ -29,7 +29,7 @@ jobs: sudo apt-get -qq -y install curl cmake jq clang g++>=9.3.0 - name: Install CUDA - run: .github/workflows/dependencies/dependencies_nvcc.sh 12.6 + run: .github/workflows/dependencies/dependencies_nvcc.sh 12.5 - name: Install hypre run: |