aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nccl/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/nccl/vcpkg.json')
-rw-r--r--vcpkg/ports/nccl/vcpkg.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/nccl/vcpkg.json b/vcpkg/ports/nccl/vcpkg.json
new file mode 100644
index 0000000..47aeef6
--- /dev/null
+++ b/vcpkg/ports/nccl/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "nccl",
+ "version": "2.4.6",
+ "port-version": 2,
+ "description": "Optimized primitives for collective multi-GPU communication.",
+ "supports": "linux & x64",
+ "dependencies": [
+ "cuda"
+ ]
+}