Skip to content

Commit

Permalink
remove more debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 12, 2024
1 parent 96a7b5b commit a18be8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/validate_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RAPIDS_CUDA_MAJOR="${RAPIDS_CUDA_VERSION%%.*}"

# some packages are much larger on CUDA 11 than on CUDA 12
if [[ "${package_dir}" == "python/libcugraph" ]]; then
# TODO: before merging, modify these thresholds
# TODO(jameslamb): before merging, modify these thresholds
if [[ "${RAPIDS_CUDA_MAJOR}" == "11" ]]; then
PYDISTCHECK_ARGS=(
--max-allowed-size-compressed '5.0G'
Expand Down
3 changes: 0 additions & 3 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,3 @@ if(Doxygen_FOUND)

add_custom_target(docs_cugraph DEPENDS CUGRAPH_DOXYGEN)
endif()

# TODO: revert before merging
# set_property(GLOBAL PROPERTY GLOBAL_DEPENDS_DEBUG_MODE ON)
2 changes: 1 addition & 1 deletion python/libcugraph/libcugraph/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ def load_library():
# harm in offering the option since this object at least provides a handle
# to inspect where libcugraph was loaded from.

# TODO: return something here?
# TODO(jameslamb): return something here?
# return libcugraph_lib

0 comments on commit a18be8c

Please sign in to comment.