Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 #389

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3

Bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 #389

Workflow file for this run

---
name: GPU
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
with:
method: network
non-cuda-sub-packages: '["libcublas", "libcusparse", "libcudart"]'
- 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