From e1ddb5ae58e9ad432c3a5841c37a862ae303a3c3 Mon Sep 17 00:00:00 2001 From: amdsc21 <96135754+amdsc21@users.noreply.github.com> Date: Fri, 10 Mar 2023 07:11:05 +0100 Subject: [PATCH] fix macro XGBOOST_USE_HIP --- src/objective/hinge.hip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objective/hinge.hip b/src/objective/hinge.hip index 6367e3189..08d3541b6 100644 --- a/src/objective/hinge.hip +++ b/src/objective/hinge.hip @@ -1,4 +1,4 @@ #if defined(XGBOOST_USE_HIP) -#incude "hinge.cu" +#include "hinge.cu" #endif