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: CUDA 12 Conda Packages #175

Closed
6 tasks done
jakirkham opened this issue Feb 14, 2023 · 1 comment · Fixed by #224
Closed
6 tasks done

KvikIO: CUDA 12 Conda Packages #175

jakirkham opened this issue Feb 14, 2023 · 1 comment · Fixed by #224
Assignees

Comments

@jakirkham
Copy link
Member

jakirkham commented Feb 14, 2023

Pushing for CUDA 12 Conda package builds of libraries for RAPIDS 23.04. This issue is for tracking that work.

Requirements (please recheck):

Developer tasks

Toolkit dependencies from Conda

  1. review-requested staged-recipes

Other optional dependencies from Conda using CUDA

Note: nvcomp is only need for compression (not IO). Also pynvml is only needed in the benchmarks (not for library usage).

@madsbk
Copy link
Member

madsbk commented Feb 20, 2023

Thanks @jakirkham. For building, both libcufile and nvcomp are required. At runtime, KvikIO will dlopen libcufile and if it isn't found, it will use its fallback compatibility mode. If nvcomp isn't available at runtime, the IO still works.

@jakirkham jakirkham changed the title CUDA 12 Conda Packages KvikIO: CUDA 12 Conda Packages Apr 7, 2023
@rapids-bot rapids-bot bot closed this as completed in #224 Jun 22, 2023
rapids-bot bot pushed a commit that referenced this issue Jun 22, 2023
This PR builds `libkvikio` and `kvikio` conda packages using CUDA 12. Resolves #175

Authors:
  - Bradley Dice (https://github.com/bdice)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Mads R. B. Kristensen (https://github.com/madsbk)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - https://github.com/jakirkham

URL: #224
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants