File tree Expand file tree Collapse file tree 12 files changed +42
-38
lines changed
Expand file tree Collapse file tree 12 files changed +42
-38
lines changed Original file line number Diff line number Diff line change 1+ # cuGraph 22.04.00 (Date TBD)
2+
3+ Please see https://github.com/rapidsai/cugraph/releases/tag/v22.04.00a for the latest changes to this development branch.
4+
15# cuGraph 22.02.00 (Date TBD)
26
37Please see https://github.com/rapidsai/cugraph/releases/tag/v22.02.00a for the latest changes to this development branch.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export DATASETS_DIR=${WORKSPACE}/datasets
4848export BENCHMARKS_DIR=${WORKSPACE} /benchmarks
4949
5050# ucx-py version
51- export UCX_PY_VERSION=' 0.24 .*'
51+ export UCX_PY_VERSION=' 0.25 .*'
5252
5353# #########################################
5454# Environment Setup #
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export CMAKE_GENERATOR="Ninja"
3434export CONDA_BLD_DIR=" ${WORKSPACE} /.conda-bld"
3535
3636# ucx-py version
37- export UCX_PY_VERSION=' 0.24 .*'
37+ export UCX_PY_VERSION=' 0.25 .*'
3838
3939# ###############################################################################
4040# SETUP - Check environment
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export GIT_DESCRIBE_TAG=`git describe --tags`
4040export MINOR_VERSION=` echo $GIT_DESCRIBE_TAG | grep -o -E ' ([0-9]+\.[0-9]+)' `
4141
4242# ucx-py version
43- export UCX_PY_VERSION=' 0.24 .*'
43+ export UCX_PY_VERSION=' 0.25 .*'
4444
4545# ###############################################################################
4646# SETUP - Check environment
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.0
9- - cudf=22.02 .*
10- - libcudf=22.02 .*
11- - rmm=22.02 .*
12- - librmm=22.02 .*
9+ - cudf=22.04 .*
10+ - libcudf=22.04 .*
11+ - rmm=22.04 .*
12+ - librmm=22.04 .*
1313- dask>=2021.09.1
1414- distributed>=2021.09.1
15- - dask-cuda=22.02 .*
16- - dask-cudf=22.02 .*
15+ - dask-cuda=22.04 .*
16+ - dask-cudf=22.04 .*
1717- nccl>=2.9.9
18- - ucx-py=0.24 .*
18+ - ucx-py=0.25 .*
1919- ucx-proc=*=gpu
2020- scipy
2121- networkx>=2.5.1
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.2
9- - cudf=22.02 .*
10- - libcudf=22.02 .*
11- - rmm=22.02 .*
12- - librmm=22.02 .*
9+ - cudf=22.04 .*
10+ - libcudf=22.04 .*
11+ - rmm=22.04 .*
12+ - librmm=22.04 .*
1313- dask>=2021.09.1
1414- distributed>=2021.09.1
15- - dask-cuda=22.02 .*
16- - dask-cudf=22.02 .*
15+ - dask-cuda=22.04 .*
16+ - dask-cudf=22.04 .*
1717- nccl>=2.9.9
18- - ucx-py=0.24 .*
18+ - ucx-py=0.25 .*
1919- ucx-proc=*=gpu
2020- scipy
2121- networkx>=2.5.1
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.4
9- - cudf=22.02 .*
10- - libcudf=22.02 .*
11- - rmm=22.02 .*
12- - librmm=22.02 .*
9+ - cudf=22.04 .*
10+ - libcudf=22.04 .*
11+ - rmm=22.04 .*
12+ - librmm=22.04 .*
1313- dask>=2021.09.1
1414- distributed>=2021.09.1
15- - dask-cuda=22.02 .*
16- - dask-cudf=22.02 .*
15+ - dask-cuda=22.04 .*
16+ - dask-cudf=22.04 .*
1717- nccl>=2.9.9
18- - ucx-py=0.24 .*
18+ - ucx-py=0.25 .*
1919- ucx-proc=*=gpu
2020- scipy
2121- networkx>=2.5.1
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.5
9- - cudf=22.02 .*
10- - libcudf=22.02 .*
11- - rmm=22.02 .*
12- - librmm=22.02 .*
9+ - cudf=22.04 .*
10+ - libcudf=22.04 .*
11+ - rmm=22.04 .*
12+ - librmm=22.04 .*
1313- dask>=2021.09.1
1414- distributed>=2021.09.1
15- - dask-cuda=22.02 .*
16- - dask-cudf=22.02 .*
15+ - dask-cuda=22.04 .*
16+ - dask-cudf=22.04 .*
1717- nccl>=2.9.9
18- - ucx-py=0.24 .*
18+ - ucx-py=0.25 .*
1919- ucx-proc=*=gpu
2020- scipy
2121- networkx>=2.5.1
Original file line number Diff line number Diff line change 1515#=============================================================================
1616
1717cmake_minimum_required (VERSION 3.20.1 FATAL_ERROR)
18- file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.02 /RAPIDS.cmake
18+ file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.04 /RAPIDS.cmake
1919 ${CMAKE_BINARY_DIR} /RAPIDS.cmake)
2020include (${CMAKE_BINARY_DIR} /RAPIDS.cmake)
2121
@@ -27,7 +27,7 @@ include(rapids-find)
2727
2828rapids_cuda_init_architectures(CUGRAPH)
2929
30- project (CUGRAPH VERSION 22.02 .00 LANGUAGES C CXX CUDA)
30+ project (CUGRAPH VERSION 22.04 .00 LANGUAGES C CXX CUDA)
3131
3232if (CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
3333 CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
Original file line number Diff line number Diff line change @@ -2075,7 +2075,7 @@ SKIP_FUNCTION_MACROS = YES
20752075# the path). If a tag file is not located in the directory in which doxygen is
20762076# run, you must also specify the path to the tagfile here.
20772077
2078- TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/22.02
2078+ TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/22.04
20792079
20802080# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
20812081# tag file that is based on the input files it reads. See section "Linking to
You can’t perform that action at this time.
0 commit comments