Add Alltoallv RCCL kernel implementation (#269)

* Add alltoallv API and implementation

* Extend Rome P2P channel limit to multinode and alltoall kernels

* topo_expl: fix compilation and sync up with main

* gtest: use RCCL alltoallv API

* Code review changes
Este commit está contenido en:
Wenkai Du
2020-09-30 16:25:36 -07:00
cometido por GitHub
padre aa985bfb7e
commit b871ea3c0c
Se han modificado 22 ficheros con 300 adiciones y 60 borrados
+1
Ver fichero
@@ -26,6 +26,7 @@ struct allGather3Data_t{
int fullCudaCompCap;
int nChannels;
int gcn;
int alltoallDisable;
struct ncclGraphInfo tree;
struct ncclGraphInfo ring;
struct ncclGraphInfo collNet;