mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
Cuda smart pointers
This commit is contained in:
@@ -271,7 +271,7 @@ void test_write_with_host_epochs(int rank, int worldSize, int nRanksPerNode, int
|
||||
|
||||
for (int i = 0; i < worldSize; i++) {
|
||||
if (i != rank && connections[i]->transport() != mscclpp::Transport::CudaIpc) {
|
||||
epochs[i]->increamentAndSignal();
|
||||
epochs[i]->incrementAndSignal();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user