Skip to content

Commit

Permalink
Update to UCXX 0.38 using update release version script
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Apr 8, 2024
1 parent a57e662 commit 3300aaf
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- cxx-compiler
- cython>=3.0.0
- dask-cuda==24.6.*
- distributed-ucxx==0.37.*
- distributed-ucxx==0.38.*
- doxygen>=1.8.20
- gcc_linux-aarch64=11.*
- gmock>=1.13.0
Expand All @@ -37,7 +37,7 @@ dependencies:
- libcusolver=11.4.1.48
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- libucxx==0.37.*
- libucxx==0.38.*
- nccl>=2.9.9
- ninja
- numba>=0.57
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- cxx-compiler
- cython>=3.0.0
- dask-cuda==24.6.*
- distributed-ucxx==0.37.*
- distributed-ucxx==0.38.*
- doxygen>=1.8.20
- gcc_linux-64=11.*
- gmock>=1.13.0
Expand All @@ -37,7 +37,7 @@ dependencies:
- libcusolver=11.4.1.48
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- libucxx==0.37.*
- libucxx==0.38.*
- nccl>=2.9.9
- ninja
- numba>=0.57
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-122_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- cxx-compiler
- cython>=3.0.0
- dask-cuda==24.6.*
- distributed-ucxx==0.37.*
- distributed-ucxx==0.38.*
- doxygen>=1.8.20
- gcc_linux-aarch64=11.*
- gmock>=1.13.0
Expand All @@ -34,7 +34,7 @@ dependencies:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libucxx==0.37.*
- libucxx==0.38.*
- nccl>=2.9.9
- ninja
- numba>=0.57
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- cxx-compiler
- cython>=3.0.0
- dask-cuda==24.6.*
- distributed-ucxx==0.37.*
- distributed-ucxx==0.38.*
- doxygen>=1.8.20
- gcc_linux-64=11.*
- gmock>=1.13.0
Expand All @@ -34,7 +34,7 @@ dependencies:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libucxx==0.37.*
- libucxx==0.38.*
- nccl>=2.9.9
- ninja
- numba>=0.57
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- libcusolver=11.4.1.48
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- libucxx==0.37.*
- libucxx==0.38.*
- matplotlib
- nccl>=2.9.9
- ninja
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- libcusolver=11.4.1.48
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- libucxx==0.37.*
- libucxx==0.38.*
- matplotlib
- nccl>=2.9.9
- ninja
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-120_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libucxx==0.37.*
- libucxx==0.38.*
- matplotlib
- nccl>=2.9.9
- ninja
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libucxx==0.37.*
- libucxx==0.38.*
- matplotlib
- nccl>=2.9.9
- ninja
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/raft-dask/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ucx_py_version:
- "0.38.*"

ucxx_version:
- "0.37.*"
- "0.38.*"

cmake_version:
- ">=3.26.4"
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dependencies:
- c-compiler
- cxx-compiler
- nccl>=2.9.9
- libucxx==0.37.*
- libucxx==0.38.*
- scikit-build-core>=0.7.0
- output_types: [requirements, pyproject]
packages:
Expand Down Expand Up @@ -489,7 +489,7 @@ dependencies:
packages:
# UCXX is not currently a hard-dependency thus only installed during tests,
# this will change in the future.
- &distributed_ucxx_conda distributed-ucxx==0.37.*
- &distributed_ucxx_conda distributed-ucxx==0.38.*
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -500,8 +500,8 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages:
- distributed-ucxx-cu12==0.37.*
- distributed-ucxx-cu12==0.38.*
- matrix: {cuda: "11.*"}
packages:
- distributed-ucxx-cu11==0.37.*
- distributed-ucxx-cu11==0.38.*
- {matrix: null, packages: [*distributed_ucxx_conda]}
4 changes: 2 additions & 2 deletions python/raft-dask/cmake/thirdparty/get_ucxx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ endfunction()
# Change pinned tag here to test a commit in CI
# To use a different RAFT locally, set the CMake variable
# CPM_raft_SOURCE=/path/to/local/raft
find_and_configure_ucxx(VERSION 0.37
find_and_configure_ucxx(VERSION 0.38
FORK rapidsai
PINNED_TAG branch-0.37
PINNED_TAG branch-0.38
EXCLUDE_FROM_ALL YES
UCXX_STATIC ${RAFT_DASK_UCXX_STATIC}
)
2 changes: 1 addition & 1 deletion python/raft-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ classifiers = [

[project.optional-dependencies]
test = [
"distributed-ucxx==0.37.*",
"distributed-ucxx==0.38.*",
"pytest-cov",
"pytest==7.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit 3300aaf

Please sign in to comment.