Skip to content

Commit

Permalink
add more cuda deps in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 31, 2025
1 parent 8591bb6 commit 510d074
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ test:
# cmake needs a compiler to run package detection, see
# https://discourse.cmake.org/t/questions-about-find-package-cli-msvc/6194
- {{ compiler('cxx') }}
# for CMake config to find cuda & nvrtc
- {{ compiler('cuda') }} # [cuda_compiler_version != "None"]
- cuda-nvrtc-dev # [cuda_compiler_version != "None"]
- cmake
- ninja
- pkg-config
Expand Down Expand Up @@ -368,6 +370,8 @@ outputs:
requires:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
# for torch.compile tests
- {{ compiler('cuda') }} # [cuda_compiler_version != "None"]
- ninja
- boto3
- hypothesis
Expand Down

0 comments on commit 510d074

Please sign in to comment.