[ROCm/rccl commit: 762a42859e]
Этот коммит содержится в:
akolliasAMD
2023-09-13 12:05:35 -06:00
коммит произвёл GitHub
родитель b0a16d80ff
Коммит 8685535346
+1 -1
Просмотреть файл
@@ -390,7 +390,7 @@ void dumpData(struct ncclConnect* data, int ndata) {
}
}
ncclResult_t ncclTransportP2pSetup(struct ncclComm* comm, struct ncclTopoGraph* graph, int connIndex, int* highestTransportType/*=NULL*/) {
ncclResult_t ncclTransportP2pSetup(struct ncclComm* comm, struct ncclTopoGraph* graph, int connIndex, int* highestTransportType/*=NULL*/, bool* needsProxy/*=NULL*/) {
// Stream used during transport setup; need for P2P pre-connect + CUDA Graph
ncclResult_t ret = ncclSuccess;
int highestType = TRANSPORT_P2P; // track highest transport type