rm hip.h files

This commit is contained in:
Hui Liu
2023-10-30 21:20:28 -07:00
parent 9b7aa1a7cd
commit 8fab17ae8f
61 changed files with 0 additions and 333 deletions

View File

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