Skip to content

Commit

Permalink
Use nvcomp conda package.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jun 14, 2023
1 parent d9eee8b commit fb5426f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
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 @@ -22,6 +22,7 @@ dependencies:
- libcufile=1.4.0.31
- ninja
- numpy>=1.21
- nvcomp==2.6.1
- pre-commit
- pydata-sphinx-theme
- pytest
Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/kvikio/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ sysroot_version:

cmake_version:
- ">=3.26.4"

nvcomp_version:
- "=2.6.1"
3 changes: 2 additions & 1 deletion conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ requirements:
- setuptools
- pip
- cython >=0.29,<0.30
- cudatoolkit {{ cuda_version }}.*
- cudatoolkit ={{ cuda_version }}
- nvcomp {{ nvcomp_version }}
- scikit-build >=0.13.1
- libkvikio {{ version }}
run:
Expand Down
13 changes: 13 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,19 @@ 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
docs:
common:
- output_types: [conda, requirements]
Expand Down

0 comments on commit fb5426f

Please sign in to comment.