add api
This commit is contained in:
@@ -3,12 +3,16 @@ Tutorial of Rabit
|
||||
This is an tutorial of rabit, a ***Reliable Allreduce and Broadcast interface***.
|
||||
To run the examples locally, you will need to type ```make``` to build all the examples.
|
||||
|
||||
Please also refer to the [API Documentation](http://home.cs.washington.edu/~tqchen/rabit/doc)
|
||||
|
||||
|
||||
**List of Topics**
|
||||
* [What is Allreduce](#what-is-allreduce)
|
||||
* [Common Use Case](#common-use-case)
|
||||
* [Structure of Rabit Program](#structure-of-rabit-program)
|
||||
* [Fault Tolerance](#fault-tolerance)
|
||||
|
||||
|
||||
What is Allreduce
|
||||
=====
|
||||
The main method provided by rabit are Allreduce and Broadcast. Allreduce performs reduction across different computation nodes,
|
||||
|
||||
Reference in New Issue
Block a user