From 643b33491917954e79d988e58ae732a89d69f6b1 Mon Sep 17 00:00:00 2001 From: Hui Liu <96135754+amdsc21@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:43:03 -0700 Subject: [PATCH] add nccl_device_communicator.hip --- src/collective/nccl_device_communicator.hip | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/collective/nccl_device_communicator.hip diff --git a/src/collective/nccl_device_communicator.hip b/src/collective/nccl_device_communicator.hip new file mode 100644 index 000000000..765c18d79 --- /dev/null +++ b/src/collective/nccl_device_communicator.hip @@ -0,0 +1,4 @@ + +#if defined(XGBOOST_USE_HIP) +#include "nccl_device_communicator.cu" +#endif