MCPcopy Create free account
hub / github.com/LBANN/lbann / allreduce_impl

Function allreduce_impl

src/comm.cpp:403–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401// not what's happening, there's a compiler bug.
402template <typename T, El::Device D>
403void allreduce_impl(El::Matrix<T, D>& m,
404 const El::mpi::Comm& c,
405 El::mpi::Op const& op)
406{
407 return El::AllReduce(m, c, op);
408}
409
410template <typename T>
411void nb_allreduce_impl(El::Matrix<T, El::Device::CPU>& m,

Callers 1

allreduceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected