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

@@ -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"