Skip to content

Commit

Permalink
adding cmake_flags to CUDA build GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 26, 2023
1 parent b2ab169 commit 7268e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gpu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Compile the extension
run: python -m pip install -v .
env:
CMAKE_FLAGS: "-DJAX_FINUFFT_USE_CUDA=ON"

- name: Check that the GPU extension was built
run: python -c "import jax_finufft.jax_finufft_gpu"

0 comments on commit 7268e33

Please sign in to comment.