Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kvikio: Build CUDA 12.0 ARM conda packages. #282

Merged
merged 4 commits into from
Sep 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move nvcomp to common conda dependencies (no more arch or CUDA depend…
…ency).
  • Loading branch information
bdice committed Sep 29, 2023
commit a3022aec7113f000d4e800f781da0f3a8f61dcaa
32 changes: 4 additions & 28 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ dependencies:
packages:
- pre-commit
cudatoolkit:
common:
- output_types: conda
packages:
- nvcomp==2.6.1
specific:
- output_types: conda
matrices:
Expand Down Expand Up @@ -204,34 +208,6 @@ dependencies:
# Fallback matrix for aarch64, which doesn't support libcufile.
- matrix:
packages:
- output_types: conda
matrices:
- matrix:
arch: x86_64
packages:
# Align nvcomp version with rapids-cmake
# TODO: not yet available for aarch64 CUDA 12
- &nvcomp nvcomp==2.6.1
- matrix:
arch: aarch64
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