Skip to content

Commit

Permalink
Add nvcomp support to older CUDA 11 versions on aarch64.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jul 25, 2023
1 parent f624203 commit 0f78ab2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,21 @@ dependencies:
cuda: "11.8"
packages:
- *nvcomp
- matrix:
arch: aarch64
cuda: "11.5"
packages:
- *nvcomp
- matrix:
arch: aarch64
cuda: "11.4"
packages:
- *nvcomp
- matrix:
arch: aarch64
cuda: "11.2"
packages:
- *nvcomp
docs:
common:
- output_types: [conda, requirements]
Expand Down

0 comments on commit 0f78ab2

Please sign in to comment.