vcpkg/ports/nccl/vcpkg.json
Frank d7e919b978
[NCCL] Fix usage, add wrapper and install Find module file (#22031)
* fix-find_ncclConfig.cmake

* update version

* change port-version

* update version

* update version

* update version

* update port version

* update version

Co-authored-by: Frank-Xie <Frank-Xie@Email.com>
2022-01-12 11:32:50 -08:00

11 lines
210 B
JSON

{
"name": "nccl",
"version": "2.4.6",
"port-version": 2,
"description": "Optimized primitives for collective multi-GPU communication.",
"supports": "linux & x64",
"dependencies": [
"cuda"
]
}