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 #2092

Merged
merged 27 commits into from
Feb 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9f386fb
use CUDA 12.2 for building and testing wheels and conda packages
jameslamb Jan 11, 2024
8feb400
update dependencies.yaml
jameslamb Jan 11, 2024
4a53184
update cuda_python12 reference to cover all 12.x versions
jameslamb Jan 11, 2024
102fea0
one more missing 12.0-specific thing
jameslamb Jan 11, 2024
150ea1f
remove 1.20 env file, update docs
jameslamb Jan 11, 2024
2cce0dd
Merge branch 'branch-24.02' into test-cuda-12.2
jameslamb Jan 11, 2024
2dc69db
Try forcing CCCL to be downloaded.
bdice Jan 11, 2024
f989d53
Merge branch 'branch-24.02' into test-cuda-12.2
jameslamb Jan 12, 2024
323decc
Refactor dependencies for CUDA 12.*, 11.*.
bdice Jan 16, 2024
48944f3
Merge branch 'branch-24.02' into test-cuda-12.2
jameslamb Jan 17, 2024
dc463e9
revert fetch_rapids.cmake changes
jameslamb Jan 17, 2024
cd7ad13
merge branch-24.04
jameslamb Jan 22, 2024
6135a48
one more merge conflict
jameslamb Jan 22, 2024
3f28e0e
apply patch
jameslamb Jan 22, 2024
fc0210f
formatting
jameslamb Jan 22, 2024
8ea3858
update to branch-24.04 dependencies
jameslamb Jan 22, 2024
d6767d1
Merge branch 'branch-24.04' into test-cuda-12.2
jameslamb Jan 24, 2024
c28e847
remove copy
jameslamb Jan 24, 2024
b996aec
constrain build dependencies by cuda_version
jameslamb Jan 24, 2024
08c0e8d
Revert "constrain build dependencies by cuda_version"
jameslamb Jan 24, 2024
9cb0446
Merge branch 'branch-24.04' into test-cuda-12.2
jameslamb Jan 25, 2024
575052c
Ignore run-exports from CUDA 12 compiler.
bdice Feb 6, 2024
dfd9d2c
Refactor cuda_spec.
bdice Feb 6, 2024
fc10969
Loosen run-exports from -dev libraries.
bdice Feb 6, 2024
6a8b8cb
Merge remote-tracking branch 'upstream/branch-24.04' into test-cuda-12.2
bdice Feb 6, 2024
0c6b013
Add cuda-cudart-dev with run-exports ignored.
bdice Feb 8, 2024
140272e
Merge branch 'branch-24.04' into test-cuda-12.2
bdice Feb 9, 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
Prev Previous commit
Next Next commit
revert fetch_rapids.cmake changes
  • Loading branch information
jameslamb committed Jan 17, 2024
commit dc463e9049680061871d248c66cb8f1905379d20
4 changes: 1 addition & 3 deletions fetch_rapids.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =============================================================================
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
@@ -11,8 +11,6 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
# =============================================================================
set(rapids-cmake-repo bdice/rapids-cmake)
set(rapids-cmake-branch cccl-download)
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS.cmake)
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.02/RAPIDS.cmake
${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS.cmake
Loading