rm device_helpers.hip.h from cuh

This commit is contained in:
amdsc21
2023-03-25 23:35:57 +01:00
parent f3286bac04
commit ee582f03c3
15 changed files with 0 additions and 81 deletions

View File

@@ -15,12 +15,7 @@
#include "constraints.h"
#include "xgboost/span.h"
#include "../common/bitfield.h"
#if defined(XGBOOST_USE_CUDA)
#include "../common/device_helpers.cuh"
#elif defined(XGBOOST_USE_HIP)
#include "../common/device_helpers.hip.h"
#endif
namespace xgboost {
// Feature interaction constraints built for GPU Hist updater.

View File

@@ -6,12 +6,7 @@
#include <xgboost/data.h>
#include <xgboost/span.h>
#if defined(XGBOOST_USE_CUDA)
#include "../../common/device_helpers.cuh"
#elif defined(XGBOOST_USE_HIP)
#include "../../common/device_helpers.hip.h"
#endif
#include "../../data/ellpack_page.cuh"
namespace xgboost {

View File

@@ -7,12 +7,7 @@
#include <limits>
#include <vector>
#if defined(XGBOOST_USE_CUDA)
#include "../../common/device_helpers.cuh"
#elif defined(XGBOOST_USE_HIP)
#include "../../common/device_helpers.hip.h"
#endif
#include "xgboost/base.h"
#include "xgboost/context.h"
#include "xgboost/task.h"

View File

@@ -17,13 +17,7 @@
#include <string>
#include <vector>
#include "../common/categorical.h"
#if defined(XGBOOST_USE_CUDA)
#include "../common/device_helpers.cuh"
#elif defined(XGBOOST_USE_HIP)
#include "../common/device_helpers.hip.h"
#endif
#include "../common/random.h"
#include "gpu_hist/histogram.cuh"
#include "param.h"