Cuda smart pointers

This commit is contained in:
Olli Saarikivi
2023-05-11 00:03:08 +00:00
parent 00d4896c25
commit 4e4d1972e3
17 changed files with 221 additions and 110 deletions

View File

@@ -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();
}
}