mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
40 lines
856 B
JSON
40 lines
856 B
JSON
{
|
|
"name": "gloo",
|
|
"version": "20201203",
|
|
"port-version": 2,
|
|
"description": "Collective communications library with various primitives for multi-machine training.",
|
|
"homepage": "https://github.com/facebookincubator/gloo",
|
|
"supports": "x64 & linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "for CUDA aware algorithms",
|
|
"dependencies": [
|
|
"cuda",
|
|
"nccl"
|
|
]
|
|
},
|
|
"mpi": {
|
|
"description": "for coordinating machine rendezvous through MPI",
|
|
"dependencies": [
|
|
"openmpi"
|
|
]
|
|
},
|
|
"redis": {
|
|
"description": "for coordinating machine rendezvous through Redis",
|
|
"dependencies": [
|
|
"hiredis"
|
|
]
|
|
}
|
|
}
|
|
}
|