From 1164a22f50904491d52cb0e678cd81e3c9db6694 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Tue, 25 Jun 2024 16:55:20 +0100 Subject: [PATCH] link yml --- .github/workflows/gpu.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gpu.yml b/.github/workflows/gpu.yml index 1c340151..0e08524e 100644 --- a/.github/workflows/gpu.yml +++ b/.github/workflows/gpu.yml @@ -1,8 +1,8 @@ --- name: GPU - -on: [push, pull_request] - +on: + - push + - pull_request jobs: linux: runs-on: ubuntu-latest @@ -10,12 +10,8 @@ jobs: - uses: actions/checkout@v4 - 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 # - run: out/run_tests_gpu_indirect # gpus not available yet -