AbdealiJK 21b5e12913 allreduce_robust.cc: Allow num_global_replica to be 0 (#38)
In some cases, users may not want to have any global replica of
the data being broadcasted/all-reduced. In such cases, set the
result_buffer_round to -1 as a flag that this is not necessary
and check for it.
2016-11-23 19:34:11 -08:00
..
2016-05-10 20:05:59 -07:00
2016-02-27 10:14:41 -08:00
2015-07-03 15:15:11 -07:00
2016-04-11 15:43:01 -07:00
2015-01-19 19:11:15 -08:00
fix
2016-02-27 20:51:00 -08:00
2014-12-28 05:12:07 -08:00
2016-03-01 20:12:51 -08:00
2014-12-20 16:19:54 -08:00
2016-03-01 20:12:51 -08:00

Source Files of Rabit

  • This folder contains the source files of rabit library
  • The library headers are in folder include
  • The .h files in this folder are internal header files that are only used by rabit and will not be seen by users