diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-07-11 23:09:04 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-11 23:09:04 -0700 |
| commit | 1e542bc68defa2ecd42a2ca7fa12c200c9c94f37 (patch) | |
| tree | 1accb7e633fcee13df173e9c6475dad1660a54bd /ports/rabit/CONTROL | |
| parent | 7dbe375a2c270e91f9742dd78cf2b579d1f5f2fa (diff) | |
| download | vcpkg-1e542bc68defa2ecd42a2ca7fa12c200c9c94f37.tar.gz vcpkg-1e542bc68defa2ecd42a2ca7fa12c200c9c94f37.zip | |
[rabit] Add new port. (#7234)
Diffstat (limited to 'ports/rabit/CONTROL')
| -rw-r--r-- | ports/rabit/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/rabit/CONTROL b/ports/rabit/CONTROL new file mode 100644 index 000000000..7ad9bcfdb --- /dev/null +++ b/ports/rabit/CONTROL @@ -0,0 +1,4 @@ +Source: rabit
+Version: 0.1
+Homepage: https://github.com/dmlc/rabit
+Description: rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction.
\ No newline at end of file |
