rm hip.h files

This commit is contained in:
Hui Liu
2023-10-30 21:54:00 -07:00
parent 6ec5cf26fc
commit 82d81bca94
58 changed files with 0 additions and 318 deletions

View File

@@ -8,13 +8,8 @@
#include <bitset>
#include <string> // for string
#if defined(XGBOOST_USE_NCCL)
#include "../../../src/collective/nccl_device_communicator.cuh"
#include "../../../src/collective/communicator-inl.cuh"
#elif defined(XGBOOST_USE_RCCL)
#include "../../../src/collective/nccl_device_communicator.hip.h"
#include "../../../src/collective/communicator-inl.hip.h"
#endif
#include "../helpers.h"
namespace xgboost {