Re: Changes to MPI-operator

2019-04-15 Thread Yuan Tang
I am cc’ing MXNet dev mailing list here. Thanks for the note Roshani. Look forward to seeing your contribution! Though let’s also discuss this in MXNet dev mailing list since other people (e.g. Carl and Lin) might be working on this as well to avoid duplicate work. Best, Yuan On Mon, Apr 15,

[QUESTION] mxnet/Tuple vs nnvm/Tuple

2019-04-15 Thread Lin Yuan
Dear Community, Currently in MXNet there are two Tuple template class defined in mxnet/tuple.h and nnvm/tuple.h respectively. These two templates are higly similar and most part are duplicated except for a couple of functions. However, they were used mixedly in current codebase and causing