mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:19:00 +08:00
54c63514a6
* [nccl] New Port * Update ports/nccl/portfile.cmake * Add usage to vcpkg-cmake-wrapper * Move usage to usage file * Update ports/nccl/portfile.cmake * Don't copy debug libraries because they aren't provided Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
10 lines
196 B
JSON
10 lines
196 B
JSON
{
|
|
"name": "nccl",
|
|
"version-string": "2.4.6",
|
|
"description": "Optimized primitives for collective multi-GPU communication.",
|
|
"supports": "linux & x64",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
}
|