Skip to content

Commit

Permalink
chore: added missing nvrtc
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Feb 20, 2025
1 parent 43b92d9 commit dafc199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/cuda/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- libcublas-dev-{{ cuda__dash_case_cuda_version.stdout }}
- libcurand-dev-{{ cuda__dash_case_cuda_version.stdout }}
- cuda-nvml-dev-{{ cuda__dash_case_cuda_version.stdout }}
- cuda-nvrtc-dev-{{ cuda__dash_case_cuda_version.stdout }}

Check warning on line 38 in ansible/roles/cuda/tasks/main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (nvrtc)
update_cache: true
when: install_devel == 'y'

Expand Down

0 comments on commit dafc199

Please sign in to comment.