Serialize expand entry for allgather. (#9702)

This commit is contained in:
Jiaming Yuan
2023-10-24 14:33:28 +08:00
committed by GitHub
parent ee8b29c843
commit 7a02facc9d
14 changed files with 336 additions and 76 deletions

View File

@@ -4,7 +4,9 @@
#include <gtest/gtest.h>
#include "../../../src/collective/comm.h"
#include "test_worker.h"
#include "../../../src/common/type.h" // for EraseType
#include "test_worker.h" // for TrackerTest
namespace xgboost::collective {
namespace {
class CommTest : public TrackerTest {};