From f54355f4709c1a937a0ccc1214877b2b832f99df Mon Sep 17 00:00:00 2001 From: Hendrik Groove Date: Sun, 20 Oct 2024 17:56:27 +0200 Subject: [PATCH] fix path --- src/objective/regression_obj.cu | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/objective/regression_obj.cu b/src/objective/regression_obj.cu index cf9af74c2..c1c122648 100644 --- a/src/objective/regression_obj.cu +++ b/src/objective/regression_obj.cu @@ -656,8 +656,6 @@ class MeanAbsoluteError : public ObjFunction { return std::max(static_cast(1), info.labels.Shape(1)); } -#include "common/gpu_error_check.h" - void GetGradient(HostDeviceVector const& preds, const MetaInfo& info, std::int32_t iter, linalg::Matrix* out_gpair) override { std::cerr << "Entering GetGradient, iteration: " << iter << std::endl;