Fix hang in corner cases of alltoallv using point to point send/recv.
Harmonize error messages.
Fix missing NVTX section in the license.
Update README.
此提交包含在:
Sylvain Jeaugey
2021-02-09 15:34:08 -08:00
父節點 3996562690
當前提交 911d61f214
共有 19 個檔案被更改,包括 53 行新增57 行删除
+1 -1
查看文件
@@ -25,7 +25,7 @@ static ncclResult_t getPath(struct ncclTopoSystem* system, struct ncclTopoNode*
return ncclSuccess;
}
}
WARN("Could not find node of type %d id %lx\n", t, id);
WARN("Could not find node of type %d id %lx", t, id);
return ncclInternalError;
}