add send recv op (#3107)
* add send recv file * update CMakeLists * add to op_tbl, add to serializer * fix bug in serializer, add MPI send recv * not supported in MlSL * GPU not support send recv * add reference implementation * send recv not supported by intel gpu * resolve Scott's comment about construction * style * add comments, add to gpu not supported list * using Output<Node> instead of shared_ptr<Node> * add test * disable test for MLSL * disable test for cpu, gpu, gpuh * add static string s_manifest = ; * using NGRAPH_TEST so test can be disable for specific backend * float number * revert last change * default * support more data type * change License text * change License text * add and ring send recv test * add and ring send recv test * skip send_recv_ring * fix bug
Showing
src/ngraph/op/recv.cpp
0 → 100644
src/ngraph/op/recv.hpp
0 → 100644
src/ngraph/op/send.cpp
0 → 100644
src/ngraph/op/send.hpp
0 → 100644
Please
register
or
sign in
to comment