From f5189f2f2f4a4589bf1a44e0b6ea6f0d0958058a Mon Sep 17 00:00:00 2001 From: Dmitry Razdoburdin <> Date: Mon, 9 Dec 2024 00:12:13 -0800 Subject: [PATCH] fix cuda-linking issue --- tests/cpp/objective/test_aft_obj.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cpp/objective/test_aft_obj.cu b/tests/cpp/objective/test_aft_obj.cu index 3da6bc94b9f7..134d1a6b7e5e 100644 --- a/tests/cpp/objective/test_aft_obj.cu +++ b/tests/cpp/objective/test_aft_obj.cu @@ -3,4 +3,4 @@ */ // Dummy file to keep the CUDA tests. -#include "test_aft_obj.cc" +#include "test_aft_obj_cpu.cc"