Skip to content

Commit

Permalink
add link to issue for workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Jan 15, 2025
1 parent ddd33a2 commit da2f87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ if(BUILD_CUML_CPP_LIBRARY)
src/hdbscan/condensed_hierarchy.cu
src/hdbscan/prediction_data.cu)

# When using GCC 13, some maybe-uninitialized warnings appear from CCCL and are treated as errors.
# See this issue: https://github.com/rapidsai/cuml/issues/6225
set_property(
SOURCE src/hdbscan/condensed_hierarchy.cu
APPEND_STRING
Expand Down
2 changes: 2 additions & 0 deletions cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ if("${CMAKE_CUDA_COMPILER_VERSION}" VERSION_GREATER_EQUAL "11.2")
# An HDBSCAN gtest is failing w/ CUDA 11.2 for some reason.
if(all_algo OR hdbscan_algo)
ConfigureTest(PREFIX SG NAME HDBSCAN_TEST sg/hdbscan_test.cu ML_INCLUDE)
# When using GCC 13, some maybe-uninitialized warnings appear from CCCL and are treated as errors.
# See this issue: https://github.com/rapidsai/cuml/issues/6225
set_property(
SOURCE sg/hdbscan_test.cu
APPEND_STRING
Expand Down

0 comments on commit da2f87e

Please sign in to comment.