Fix #209: improve socket transport performance
  Split transfers over multiple sockets
  Launch multiple threads to drive sockets
  Detect AWS NICs and set nsockets/nthreads accordingly
Этот коммит содержится в:
Ke Wen
2019-06-25 13:22:47 -07:00
родитель 0ceaec9cee
Коммит 7c72dee660
7 изменённых файлов: 425 добавлений и 96 удалений
+1
Просмотреть файл
@@ -9,6 +9,7 @@
#include "nccl.h"
ncclResult_t bootstrapNetInit();
ncclResult_t bootstrapCreateRoot(ncclUniqueId* commId, bool idFromEnv);
ncclResult_t bootstrapGetUniqueId(ncclUniqueId* out);
ncclResult_t bootstrapInit(ncclUniqueId* id, int rank, int nranks, void** commState);