rm hip from src

This commit is contained in:
Hui Liu
2024-04-22 12:31:14 -07:00
parent 8b75204fed
commit b27f35e270
53 changed files with 10 additions and 199 deletions

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "constraints.cu"
#endif

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "fit_stump.cu"
#endif

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "evaluate_splits.cu"
#endif

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "evaluator.cu"
#endif

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "feature_groups.cu"
#endif

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "gradient_based_sampler.cu"
#endif

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "histogram.cu"
#endif

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "row_partitioner.cu"
#endif

View File

@@ -1,4 +0,0 @@
#if defined(XGBOOST_USE_HIP)
#include "updater_gpu_hist.cu"
#endif