Skip to content

Commit

Permalink
Fix tab/space issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 15, 2025
1 parent ca0067c commit dcf3380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ if("${CMAKE_CUDA_COMPILER_VERSION}" VERSION_GREATER_EQUAL "11.2")
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
# 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 dcf3380

Please sign in to comment.