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

RAFT: CUDA 12 Conda Packages #1278

Closed
13 of 14 tasks
Tracked by #5234 ...
jakirkham opened this issue Feb 14, 2023 · 9 comments · Fixed by #1388
Closed
13 of 14 tasks
Tracked by #5234 ...

RAFT: CUDA 12 Conda Packages #1278

jakirkham opened this issue Feb 14, 2023 · 9 comments · Fixed by #1388
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
  2. review-requested staged-recipes
  3. review-requested staged-recipes
  4. review-requested staged-recipes

RAPIDS Conda dependencies

  1. 6 of 6
    bdice

Other dependencies from Conda using CUDA

Deprecated dependencies from Conda using CUDA ( please see PR #1202 )

Test only dependencies from Conda using CUDA

@bdice
Copy link
Contributor

bdice commented Feb 14, 2023

cuda-cccl is not a dependency for any RAPIDS packages. RAPIDS usually uses newer (and sometimes patched) versions of CCCL fetched by rapids-cmake, and won't be needing the cuda-cccl packages.

@bdice
Copy link
Contributor

bdice commented Feb 14, 2023

All the math libraries will require -dev packages. e.g. libcublas-dev as well as libcublas. We list the -dev packages as runtime requirements in libraft-headers so that other packages can build against it.

@bdice
Copy link
Contributor

bdice commented Feb 14, 2023

Also needs nccl and ucx with CUDA support listed somewhere.

@jakirkham
Copy link
Member Author

For now will leave cuda-cccl just so we know it is used in some form. How exactly we handled that we can follow up after the general discussion around it has settled.

Good to know about -dev packages being used at runtime. The -dev packages are produced out of a split package that also produces the dynamic & static library packages. So knowing one of them is needed is sufficient. We can take a closer look when it comes time to rebuild.

Thanks for reminding me 🙏 Had forgotten these 🤦‍♂️ They are now in the other dependencies list.

@cjnolet
Copy link
Member

cjnolet commented Feb 16, 2023

I agree w/ @bdice, we don't explicitly depend on anything from cuda-cccl currently. The faiss dependency will also be going away shortly (definitely in 23.04) w/ this pr

@jakirkham
Copy link
Member Author

Thanks Corey! 🙏

Since cuda-nvcc is going to depend on cuda-cccl, am going to leave it.

Noted that faiss is going away, but have left that item in the list for now. Believe merging that PR should check that box, but we can do this manually if that ends up being needed.

@cjnolet
Copy link
Member

cjnolet commented Feb 27, 2023

@jakirkham this LGTM. Just looked back through the dependencies to verify. cupy is only a test dependency and everything else is covered.

@bdice
Copy link
Contributor

bdice commented Mar 17, 2023

Working on builds with the nvidia channel here: #1353

@jakirkham
Copy link
Member Author

Current work using nvidia channel packages in PR ( #1388 )

@jakirkham jakirkham changed the title CUDA 12 Conda Packages RAFT: CUDA 12 Conda Packages Apr 7, 2023
@rapids-bot rapids-bot bot closed this as completed in #1388 Jul 5, 2023
rapids-bot bot pushed a commit that referenced this issue Jul 5, 2023
First attempt at building libraft with CUDA 12

Closes #1278

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Corey J. Nolet (https://github.com/cjnolet)
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Tamas Bela Feher (https://github.com/tfeher)
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Ray Douglass (https://github.com/raydouglass)
  - https://github.com/jakirkham
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #1388
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