Skip to content

Commit

Permalink
Add fallback matrix for nvcomp. (#14082)
Browse files Browse the repository at this point in the history
Some platforms (such as aarch64 + CUDA 12) don't have a matching matrix entry for nvcomp. This PR adds a fallback matrix entry so it is possible to attempt local development on aarch64 with CUDA 12.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #14082
  • Loading branch information
bdice authored Sep 12, 2023
1 parent 1911d33 commit 72c9583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ dependencies:
cuda: "11.8"
packages:
- *nvcomp
# TODO: Fallback matrix for aarch64 CUDA 12. After migrating to nvcomp 3,
# all CUDA/arch combinations should be supported by existing packages.
- matrix:
packages:
build_wheels:
common:
- output_types: pyproject
Expand Down

0 comments on commit 72c9583

Please sign in to comment.