Skip to content

Commit

Permalink
Add cuda-nvcc for nvvm for numba in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 24, 2023
1 parent bd230e0 commit e3e203c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- clang-tools==16.0.6
- clang==16.0.6
- cmake>=3.26.4
- cuda-nvcc
- cuda-python>=11.7.1,<12.0a0
- cuda-version=11.8
- cudatoolkit
Expand Down
4 changes: 4 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,7 @@ dependencies:
packages:
- pytest
- pytest-cov
- output_types: conda
packages:
# Needed for numba in tests
- cuda-nvcc

0 comments on commit e3e203c

Please sign in to comment.