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

Support CUDA 12.2 #672

Merged
merged 23 commits into from
Feb 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d74e254
use CUDA 12.2 for building and testing wheels and conda packages
jameslamb Jan 11, 2024
9ba0dea
update dependencies.yaml
jameslamb Jan 11, 2024
44ea0f4
remove 1.20 env file
jameslamb Jan 11, 2024
b311a8b
Merge branch 'branch-24.04' into test-cuda-12.2
jameslamb Jan 22, 2024
b03f694
Merge branch 'branch-24.04' into test-cuda-12.2
jameslamb Jan 22, 2024
ffb0c47
Merge branch 'branch-24.04' into test-cuda-12.2
jameslamb Jan 22, 2024
a856724
Merge branch 'branch-24.04' into test-cuda-12.2
jameslamb Jan 23, 2024
7176701
Merge branch 'test-cuda-12.2' of github.com:jameslamb/cucim into test…
jameslamb Jan 23, 2024
ccdcae9
Merge branch 'branch-24.04' into test-cuda-12.2
jakirkham Jan 24, 2024
d4cab19
try adding cuda_version to py_build
jameslamb Jan 24, 2024
03e2253
Merge branch 'test-cuda-12.2' of github.com:jameslamb/cucim into test…
jameslamb Jan 24, 2024
651adce
Pin `cuda-version` during `*cucim` install
jakirkham Jan 25, 2024
38856c4
Merge rapidsai/branch-24.04 into jameslamb/test-cuda-12.2
jakirkham Jan 29, 2024
2bed0b3
Drop `cuda-version` install workaround
jakirkham Jan 29, 2024
a378184
Remove leftover CUDA 11.8 workaround attempt
jakirkham Jan 29, 2024
e075700
Run ci/release/update-version.sh 24.04.00.
bdice Jan 29, 2024
3081630
Merge rapidsai/branch-24.04 into jameslamb/test-cuda-12.2
jakirkham Jan 30, 2024
e703868
Merge branch 'branch-24.04' into test-cuda-12.2
jakirkham Jan 30, 2024
b318986
Ignore run-exports from CUDA 12 compiler.
bdice Feb 6, 2024
eca560e
Loosen run-exports from -dev libraries.
bdice Feb 6, 2024
6e837c9
Merge branch 'branch-24.04' into test-cuda-12.2
bdice Feb 6, 2024
b56a9ac
Add cuda-cudart-dev with run-exports ignored.
bdice Feb 8, 2024
cd71cc9
Merge branch 'test-cuda-12.2' of github.com:jameslamb/cucim into test…
bdice Feb 8, 2024
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
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail

. /opt/conda/etc/profile.d/conda.sh

export RAPIDS_VERSION_NUMBER="24.02"
export RAPIDS_VERSION_NUMBER="24.04"

rapids-logger "Generate Python testing dependencies"
rapids-dependency-file-generator \
Expand Down
Loading