Skip to content

Commit

Permalink
Move libcufft to other installer arg
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Jul 28, 2023
1 parent 7f164b2 commit 59ad42c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
with:
cuda: ${{ env.cuda-version }}
method: "network"
sub-packages: '["nvcc", "nvrtc", "nvtx", "cufft"]'
sub-packages: '["nvcc", "nvrtc", "nvtx"]'
non-cuda-sub-packages: '["libcufft"]'
linux-local-args: '["--toolkit"]'

- name: Generate compilation database
Expand Down

0 comments on commit 59ad42c

Please sign in to comment.