vcpkg/ports/gloo/vcpkg.json
2024-09-30 11:55:04 -04:00

39 lines
835 B
JSON

{
"name": "gloo",
"version": "20240626",
"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"
]
}
}
}