We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf722c commit 4a3a518Copy full SHA for 4a3a518
csrc/custom_all_reduce.cuh
@@ -375,7 +375,7 @@ class CustomAllreduce {
375
bool fully_connected_;
376
377
RankSignals sg_;
378
- // Stores an map from a pointer to its peer pointers from all ranks.
+ // Stores a map from a pointer to its peer pointers from all ranks.
379
std::unordered_map<void*, RankData*> buffers_;
380
Signal* self_sg_;
381
0 commit comments