File tree Expand file tree Collapse file tree 7 files changed +27
-23
lines changed
Expand file tree Collapse file tree 7 files changed +27
-23
lines changed Original file line number Diff line number Diff line change 1+ # cuGraph 22.02.00 (Date TBD)
2+
3+ Please see https://github.com/rapidsai/cugraph/releases/tag/v22.02.00a for the latest changes to this development branch.
4+
15# cuGraph 21.12.00 (Date TBD)
26
37Please see https://github.com/rapidsai/cugraph/releases/tag/v21.12.00a for the latest changes to this development branch.
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.0
9- - cudf=21.12 .*
10- - libcudf=21.12 .*
11- - rmm=21.12 .*
12- - librmm=21.12 .*
9+ - cudf=22.02 .*
10+ - libcudf=22.02 .*
11+ - rmm=22.02 .*
12+ - librmm=22.02 .*
1313- dask>=2021.09.1
1414- distributed>=2021.09.1
15- - dask-cuda=21.12 .*
16- - dask-cudf=21.12 .*
15+ - dask-cuda=22.02 .*
16+ - dask-cudf=22.02 .*
1717- nccl>=2.9.9
1818- ucx-py=0.23.*
1919- ucx-proc=*=gpu
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.2
9- - cudf=21.12 .*
10- - libcudf=21.12 .*
11- - rmm=21.12 .*
12- - librmm=21.12 .*
9+ - cudf=22.02 .*
10+ - libcudf=22.02 .*
11+ - rmm=22.02 .*
12+ - librmm=22.02 .*
1313- dask>=2021.09.1
1414- distributed>=2021.09.1
15- - dask-cuda=21.12 .*
16- - dask-cudf=21.12 .*
15+ - dask-cuda=22.02 .*
16+ - dask-cudf=22.02 .*
1717- nccl>=2.9.9
1818- ucx-py=0.23.*
1919- ucx-proc=*=gpu
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ channels:
66- conda-forge
77dependencies :
88- cudatoolkit=11.4
9- - cudf=21.12 .*
10- - libcudf=21.12 .*
11- - rmm=21.12 .*
12- - librmm=21.12 .*
9+ - cudf=22.02 .*
10+ - libcudf=22.02 .*
11+ - rmm=22.02 .*
12+ - librmm=22.02 .*
1313- dask>=2021.09.1
1414- distributed>=2021.09.1
15- - dask-cuda=21.12 .*
16- - dask-cudf=21.12 .*
15+ - dask-cuda=22.02 .*
16+ - dask-cudf=22.02 .*
1717- nccl>=2.9.9
1818- ucx-py=0.23.*
1919- ucx-proc=*=gpu
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-21.10 /RAPIDS.cmake
18+ file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.02 /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 21.12 .00 LANGUAGES C CXX CUDA)
30+ project (CUGRAPH VERSION 22.02 .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/21.12
2078+ TAGFILES = rmm.tag=https://docs.rapids.ai/api/librmm/22.02
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
Original file line number Diff line number Diff line change 8181# built documents.
8282#
8383# The short X.Y version.
84- version = '21.12 '
84+ version = '22.02 '
8585# The full version, including alpha/beta/rc tags.
86- release = '21.12 .00'
86+ release = '22.02 .00'
8787
8888# The language for content autogenerated by Sphinx. Refer to documentation
8989# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments