From 9bbbeb3f036916aa3cc1274031482480888922c6 Mon Sep 17 00:00:00 2001 From: amdsc21 <96135754+amdsc21@users.noreply.github.com> Date: Fri, 10 Mar 2023 06:35:46 +0100 Subject: [PATCH] finish multiclass_obj.cu --- src/objective/quantile_obj.hip | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/objective/quantile_obj.hip diff --git a/src/objective/quantile_obj.hip b/src/objective/quantile_obj.hip new file mode 100644 index 000000000..e755a5515 --- /dev/null +++ b/src/objective/quantile_obj.hip @@ -0,0 +1,4 @@ + +#if defined(XGBOOST_USE_HIP) +#include "quantile_obj.cu" +#endif