Skip to content

Add USE_LAPACK as CMake option (default: ON) (#257) #296

Add USE_LAPACK as CMake option (default: ON) (#257)

Add USE_LAPACK as CMake option (default: ON) (#257) #296

Workflow file for this run

---
name: GPU
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Jimver/[email protected]
- 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