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

@@ -12,12 +12,7 @@
#include <memory>
#include <string>
#if defined(XGBOOST_USE_CUDA)
#include "../common/device_helpers.cuh"
#elif defined(XGBOOST_USE_HIP)
#include "../common/device_helpers.hip.h"
#endif
#include "../common/math.h"
#include "adapter.h"
#include "array_interface.h"

View File

@@ -8,13 +8,7 @@
#include <xgboost/data.h>
#include "../common/compressed_iterator.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/hist_util.h"
#include "../common/categorical.h"
#include <thrust/binary_search.h>

View File

@@ -9,12 +9,7 @@
#include <thrust/execution_policy.h>
#include <thrust/scan.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/error_msg.h" // for InfInData
#include "device_adapter.cuh" // for HasInfInData