Merge branch 'master' into sync-condition-2023Oct11

This commit is contained in:
Hui Liu
2023-10-24 10:46:38 -07:00
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 {};