Skip to content

Commit

Permalink
Merge branch 'branch-25.02' into use-cuda-python
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 5, 2025
2 parents 8400d39 + 04f0984 commit 8c387bb
Show file tree
Hide file tree
Showing 136 changed files with 30 additions and 4,888 deletions.
17 changes: 0 additions & 17 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ rapids-mamba-retry install \

export RAPIDS_DOCS_DIR="$(mktemp -d)"

# for PROJECT in libwholegraph; do
# rapids-logger "Download ${PROJECT} xml_tar"
# TMP_DIR=$(mktemp -d)
# export XML_DIR_${PROJECT^^}="$TMP_DIR"
# curl "https://d1664dvumjb44w.cloudfront.net/${PROJECT}/xml_tar/${RAPIDS_VERSION_NUMBER}/xml.tar.gz" | tar -xzf - -C "${TMP_DIR}"
# done

rapids-logger "Build CPP docs"
pushd cpp/doxygen
doxygen Doxyfile
Expand All @@ -67,14 +60,4 @@ mkdir -p "${RAPIDS_DOCS_DIR}/libcugraph/xml_tar"
tar -czf "${RAPIDS_DOCS_DIR}/libcugraph/xml_tar"/xml.tar.gz -C xml .
popd

rapids-logger "Build Python docs"
pushd docs/cugraph
# Ensure cugraph is importable, since sphinx does not report details about this
# type of failure well.
python -c "import cugraph; print(f'Using cugraph: {cugraph}')"
sphinx-build -b dirhtml source _html
mkdir -p "${RAPIDS_DOCS_DIR}/cugraph/html"
mv _html/* "${RAPIDS_DOCS_DIR}/cugraph/html"
popd

rapids-upload-docs
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 @@ -8,7 +8,7 @@ channels:
- nvidia
dependencies:
- aiohttp
- breathe
- breathe>=4.35.0
- c-compiler
- certifi
- cmake>=3.26.4,!=3.30.0
Expand Down Expand Up @@ -63,9 +63,9 @@ dependencies:
- scikit-learn>=0.23.1
- scipy
- setuptools>=61.0.0
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx<6
- sphinxcontrib-websupport
- thriftpy2>=0.4.15,!=0.5.0,!=0.5.1
- torchdata
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ channels:
- nvidia
dependencies:
- aiohttp
- breathe
- breathe>=4.35.0
- c-compiler
- certifi
- cmake>=3.26.4,!=3.30.0
Expand Down Expand Up @@ -68,9 +68,9 @@ dependencies:
- scikit-learn>=0.23.1
- scipy
- setuptools>=61.0.0
- sphinx
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx<6
- sphinxcontrib-websupport
- thriftpy2>=0.4.15,!=0.5.0,!=0.5.1
- torchdata
Expand Down
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ target_link_libraries(cugraph
${COMPILED_RAFT_LIB}
cuco::cuco
rmm::rmm_logger_impl
raft::raft_logger_impl
)

################################################################################
Expand Down
8 changes: 8 additions & 0 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ function(ConfigureTest CMAKE_TEST_NAME)
cugraphtestutil
GTest::gtest
GTest::gtest_main
test_logger_impls
)
set_target_properties(
${CMAKE_TEST_NAME}
Expand Down Expand Up @@ -199,6 +200,7 @@ function(ConfigureTestMG CMAKE_TEST_NAME)
GTest::gtest_main
NCCL::NCCL
MPI::MPI_CXX
test_logger_impls
)
set_target_properties(
${CMAKE_TEST_NAME}
Expand Down Expand Up @@ -250,6 +252,7 @@ function(ConfigureCTest CMAKE_TEST_NAME)
cugraph_c_testutil
GTest::gtest
GTest::gtest_main
test_logger_impls
)
set_target_properties(
${CMAKE_TEST_NAME}
Expand Down Expand Up @@ -282,6 +285,7 @@ function(ConfigureCTestMG CMAKE_TEST_NAME)
GTest::gtest_main
NCCL::NCCL
MPI::MPI_CXX
test_logger_impls
)
set_target_properties(
${CMAKE_TEST_NAME}
Expand Down Expand Up @@ -310,6 +314,10 @@ function(ConfigureCTestMG CMAKE_TEST_NAME)

endfunction()

add_library(test_logger_impls OBJECT)
target_link_libraries(test_logger_impls PRIVATE raft::raft_logger_impl)


###################################################################################################
### test sources ##################################################################################
###################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- breathe
- breathe>=4.35.0
- doxygen
- graphviz
- ipython
Expand All @@ -344,7 +344,7 @@ dependencies:
- recommonmark
- sphinx-copybutton
- sphinx-markdown-tables
- sphinx<6
- sphinx
- sphinxcontrib-websupport
py_version:
specific:
Expand Down
26 changes: 0 additions & 26 deletions docs/cugraph/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions docs/cugraph/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/cugraph/make.bat

This file was deleted.

Empty file removed docs/cugraph/source/_static/EMPTY
Empty file.
Binary file removed docs/cugraph/source/_static/bc_benchmark.png
Binary file not shown.
Binary file removed docs/cugraph/source/_static/colab.png
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions docs/cugraph/source/_static/references.css

This file was deleted.

15 changes: 0 additions & 15 deletions docs/cugraph/source/api_docs/cugraph-dgl/cugraph_dgl.rst

This file was deleted.

43 changes: 0 additions & 43 deletions docs/cugraph/source/api_docs/cugraph-pyg/cugraph_pyg.rst

This file was deleted.

71 changes: 0 additions & 71 deletions docs/cugraph/source/api_docs/cugraph/centrality.rst

This file was deleted.

Loading

0 comments on commit 8c387bb

Please sign in to comment.