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

@@ -4,11 +4,7 @@
#pragma once
#include <vector>
#if defined(XGBOOST_USE_HIP)
#include "../common/device_helpers.hip.h"
#elif defined(XGBOOST_USE_CUDA)
#include "../common/device_helpers.cuh"
#endif
namespace xgboost {
namespace collective {