Skip to content

Commit

Permalink
Merge branch 'branch-25.02' into libcugraph-wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 2, 2025
2 parents 1847314 + dd34c15 commit 740c3e9
Show file tree
Hide file tree
Showing 135 changed files with 12 additions and 4,874 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
3 changes: 1 addition & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ channels:
- nvidia
dependencies:
- aiohttp
- breathe>=4.35.0
- c-compiler
- certifi
- cmake>=3.26.4,!=3.30.0
Expand Down Expand Up @@ -72,6 +73,4 @@ dependencies:
- ucx-proc=*=gpu
- ucx-py==0.42.*,>=0.0.0a0
- wheel
- pip:
- breathe>=4.35.0
name: all_cuda-118_arch-x86_64
3 changes: 1 addition & 2 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ channels:
- nvidia
dependencies:
- aiohttp
- breathe>=4.35.0
- c-compiler
- certifi
- cmake>=3.26.4,!=3.30.0
Expand Down Expand Up @@ -77,6 +78,4 @@ dependencies:
- ucx-proc=*=gpu
- ucx-py==0.42.*,>=0.0.0a0
- wheel
- pip:
- breathe>=4.35.0
name: all_cuda-125_arch-x86_64
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: 1 addition & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- breathe>=4.35.0
- doxygen
- graphviz
- ipython
Expand All @@ -379,9 +380,6 @@ dependencies:
- sphinx-markdown-tables
- sphinx
- sphinxcontrib-websupport
- pip:
# Need new enough breathe
- breathe>=4.35.0
py_version:
specific:
- output_types: [conda]
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 740c3e9

Please sign in to comment.