Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if(all_algo OR pca_algo)
endif()

if(all_algo OR randomforest_algo)
ConfigureTest(PREFIX SG NAME RF_TEST sg/rf_test.cu ML_INCLUDE)
ConfigureTest(PREFIX SG NAME RF_TEST sg/rf_test.cu ML_INCLUDE GPUS 1 PERCENT 100)
endif()

if(all_algo OR randomprojection_algo)
Expand Down