Skip to content

Commit

Permalink
fix cuda tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Nov 19, 2024
1 parent ee366c5 commit a1d8745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cpp/objective/test_hinge.cu
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "test_hinge.cc"
#include "test_hinge_cpu.cc"
2 changes: 1 addition & 1 deletion tests/cpp/objective/test_quantile_obj_gpu.cu
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Copyright 2023 XGBoost contributors
*/
// Dummy file to enable the CUDA tests.
#include "test_quantile_obj.cc"
#include "test_quantile_obj_cpu.cc"

0 comments on commit a1d8745

Please sign in to comment.