Merge branch 'main' into chhwang/fix-ib-no-atomic

This commit is contained in:
Changho Hwang
2026-02-23 19:14:13 -08:00
committed by GitHub
20 changed files with 292 additions and 46 deletions

View File

@@ -366,7 +366,7 @@ class AlgorithmCollection {
/// Get a default GPU flag buffer (allocated once and reused).
/// @return A pair of (shared_ptr to the flag buffer, size in bytes).
std::pair<std::shared_ptr<void>, size_t> getDefaultFlagBuffer();
std::pair<std::shared_ptr<void>, size_t> getFlagBuffer();
} // namespace mscclpp