Skip to content

Commit

Permalink
link yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jun 25, 2024
1 parent cafa5b2 commit 1164a22
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
---
name: GPU

on: [push, pull_request]

on:
- push
- pull_request
jobs:
linux:
runs-on: ubuntu-latest
steps:
- 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

0 comments on commit 1164a22

Please sign in to comment.