-
Notifications
You must be signed in to change notification settings - Fork 58
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
Build and test with CUDA 12.5.1 #401
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few more documentation places that should probably be updated.
kvikio/cpp/doxygen/main_page.md
Lines 40 to 41 in 363e2d6
# Create new environment (CUDA 12.0) | |
mamba create -n libkvikio-env -c rapidsai -c conda-forge cuda-version=12.0 libkvikio |
kvikio/cpp/doxygen/main_page.md
Lines 51 to 52 in 363e2d6
# Create new environment (CUDA 12.0) | |
mamba create -n libkvikio-env -c rapidsai-nightly -c conda-forge python=3.11 cuda-version=12.0 libkvikio |
kvikio/docs/source/install.rst
Lines 20 to 21 in 363e2d6
# Create new environment (CUDA 12.2) | |
mamba create -n kvikio-env -c rapidsai -c conda-forge python=3.11 cuda-version=12.2 kvikio |
kvikio/docs/source/install.rst
Lines 31 to 32 in 363e2d6
# Create new environment (CUDA 12.2) | |
mamba create -n kvikio-env -c rapidsai-nightly -c conda-forge python=3.11 cuda-version=12.2 kvikio |
xref: rapidsai/dask-cuda#1357 (review)
And this one that'll be broken by the changed conda env file name:
kvikio/docs/source/install.rst
Lines 48 to 49 in 363e2d6
# CUDA 12.2 | |
mamba env create --name kvikio-dev --file conda/environments/all_cuda-122_arch-x86_64.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good
/merge |
Thanks Kyle and James! 🙏 |
Follow up to PR: #401 Partially addresses issue: rapidsai/build-planning#73 Renames the `.devcontainer`s for CUDA 12.5 cc @KyleFromNVIDIA @jameslamb (for awareness) Authors: - https://github.com/jakirkham Approvers: - Paul Taylor (https://github.com/trxcllnt) - James Lamb (https://github.com/jameslamb) URL: #406
This PR updates the latest CUDA build/test version 12.2.2 to 12.5.1.
Contributes to rapidsai/build-planning#73