From a4899f42d8e423eaf3329e6f71f120f38c5e3a97 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Tue, 25 Jun 2024 16:46:41 +0100 Subject: [PATCH] attempt to fix gpu workflow --- .github/workflows/gpu.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gpu.yml b/.github/workflows/gpu.yml index 96a4ad94..bdcf1ff6 100644 --- a/.github/workflows/gpu.yml +++ b/.github/workflows/gpu.yml @@ -8,7 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: Jimver/cuda-toolkit@v0.2.5 + - uses: Jimver/cuda-toolkit@v0.2.16 + id: cuda-toolkit + - run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}" + - run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}" + - run: nvcc -V - run: sudo apt-get install libopenblas-dev liblapack-dev - run: make gpu - run: make test_gpu