Skip to content

Commit

Permalink
DOC v0.37 Updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jan 18, 2024
1 parent efb0d0b commit e6a67f0
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:
jobs:
conda-cpp-build:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.04
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -37,7 +37,7 @@ jobs:
upload-conda:
needs: [conda-cpp-build]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.04
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@ jobs:
- conda-cpp-tests
- conda-python-tests
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.04
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.04
with:
enable_check_generated_files: false
conda-cpp-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.04
with:
build_type: pull-request
conda-cpp-tests:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.04
with:
build_type: pull-request
container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
conda-python-tests:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.04
with:
build_type: pull-request
container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
conda-cpp-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.04
with:
build_type: nightly
branch: ${{ inputs.branch }}
Expand All @@ -25,7 +25,7 @@ jobs:
container-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
conda-python-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.02
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.04
with:
build_type: nightly
branch: ${{ inputs.branch }}
Expand Down
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ dependencies:
- cmake>=3.26.4
- cuda-version=11.8
- cudatoolkit
- cudf==24.2.*
- cudf==24.4.*
- cupy
- cxx-compiler
- cython>=3.0.0
- dask
- dask-cuda==24.2.*
- dask-cudf==24.2.*
- dask-cuda==24.4.*
- dask-cudf==24.4.*
- distributed
- fmt>=10.1.1,<11
- gmock>=1.13.0
- gtest>=1.13.0
- librmm==24.2.*
- librmm==24.4.*
- libtool
- ninja
- numba>=0.57.1
Expand All @@ -38,7 +38,7 @@ dependencies:
- pytest-asyncio
- pytest-rerunfailures
- python>=3.9,<3.11
- rmm==24.2.*
- rmm==24.4.*
- scikit-build-core>=0.7.0
- spdlog>=1.12.0,<1.13
- ucx
Expand Down
10 changes: 5 additions & 5 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ dependencies:
- cmake>=3.26.4
- cuda-cudart-dev
- cuda-version=12.0
- cudf==24.2.*
- cudf==24.4.*
- cupy
- cxx-compiler
- cython>=3.0.0
- dask
- dask-cuda==24.2.*
- dask-cudf==24.2.*
- dask-cuda==24.4.*
- dask-cudf==24.4.*
- distributed
- fmt>=10.1.1,<11
- gmock>=1.13.0
- gtest>=1.13.0
- librmm==24.2.*
- librmm==24.4.*
- libtool
- ninja
- numba>=0.57.1
Expand All @@ -38,7 +38,7 @@ dependencies:
- pytest-asyncio
- pytest-rerunfailures
- python>=3.9,<3.11
- rmm==24.2.*
- rmm==24.4.*
- scikit-build-core>=0.7.0
- spdlog>=1.12.0,<1.13
- ucx
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ requirements:
- cuda-version ={{ cuda_version }}
- ucx
- python
- librmm =24.02
- librmm =24.04
- gtest

outputs:
Expand Down Expand Up @@ -217,7 +217,7 @@ outputs:
- numpy 1.21
- {{ pin_subpackage('libucxx', exact=True) }}
- ucx
- rmm =24.02
- rmm =24.04
{% if cuda_major != "11" %}
- cuda-cudart-dev
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include(rapids-cpm)
include(rapids-export)
include(rapids-find)

set(libucxx_version 0.36.00)
set(libucxx_version 0.37.00)

project(
UCXX
Expand Down
10 changes: 5 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies:
- fmt>=10.1.1,<11
- &gmock gmock>=1.13.0
- &gtest gtest>=1.13.0
- librmm==24.2.*
- librmm==24.4.*
- ninja
- spdlog>=1.12.0,<1.13
build_python:
Expand All @@ -81,7 +81,7 @@ dependencies:
- *cmake_ver
- cython>=3.0.0
- ninja
- rmm==24.2.*
- rmm==24.4.*
- output_types: conda
packages:
- scikit-build-core>=0.7.0
Expand Down Expand Up @@ -136,8 +136,8 @@ dependencies:
# These packages are useful for development but not otherwise required to build/run
# RAPIDS
- pip
- dask-cuda==24.2.*
- dask-cudf==24.2.*
- dask-cuda==24.4.*
- dask-cudf==24.4.*
# UCX Build
- libtool
- automake
Expand Down Expand Up @@ -180,7 +180,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cloudpickle
- cudf==24.2.*
- cudf==24.4.*
- cupy
- dask
- distributed
Expand Down
2 changes: 1 addition & 1 deletion fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# the License.
# =============================================================================
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/UCXX_RAPIDS.cmake)
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.02/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.04/RAPIDS.cmake
${CMAKE_CURRENT_BINARY_DIR}/UCXX_RAPIDS.cmake
)
endif()
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)

set(ucxx_version 0.36.00)
set(ucxx_version 0.37.00)

include(../fetch_rapids.cmake)

Expand Down
2 changes: 1 addition & 1 deletion python/distributed-ucxx/distributed_ucxx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import distributed_patches # noqa: F401


__version__ = "0.36.00"
__version__ = "0.37.00"
2 changes: 1 addition & 1 deletion python/distributed-ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [

[project]
name = "distributed-ucxx"
version = "0.36.00"
version = "0.37.00"
description = "UCX communication module for Dask Distributed"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ requires = [
"cmake>=3.26.4",
"cython>=3.0.0",
"ninja",
"rmm==24.2.*",
"rmm==24.4.*",
"scikit-build-core[pyproject]>=0.7.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.

[project]
name = "ucxx"
version = "0.36.00"
version = "0.37.00"
description = "Python Bindings for the Unified Communication X library (UCX)"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand All @@ -40,7 +40,7 @@ classifiers = [
[project.optional-dependencies]
test = [
"cloudpickle",
"cudf==24.2.*",
"cudf==24.4.*",
"cupy",
"dask",
"distributed",
Expand Down
2 changes: 1 addition & 1 deletion python/ucxx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _is_mig_device(handle):
os.environ["UCX_MAX_RNDV_RAILS"] = "1"


__version__ = "0.36.00"
__version__ = "0.37.00"
__ucx_version__ = "%d.%d.%d" % get_ucx_version()

if get_ucx_version() < (1, 11, 1):
Expand Down

0 comments on commit e6a67f0

Please sign in to comment.