mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:39:08 +08:00
ac9da2cd77
* [nccl] Only download if compatible with found CUDA version * add-version * Remove auto-download * Remove windows branch * Ran x-add-version --overwrite-version * Add hardcoded find hints in /usr * Fix version. Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"name": "nccl",
|
|
"version-string": "2.4.6",
|
|
"port-version": 1,
|
|
"description": "Optimized primitives for collective multi-GPU communication.",
|
|
"supports": "linux & x64",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
}
|