aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tensorpipe/vcpkg.json
blob: 6e8139793c2fa9080325aa10b3d19ca3b5e6447c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "tensorpipe",
  "version-date": "2022-03-16",
  "port-version": 5,
  "description": "A tensor-aware point-to-point communication primitive for machine learning",
  "homepage": "https://github.com/pytorch/tensorpipe",
  "license": "BSD-3-Clause",
  "supports": "linux | osx",
  "dependencies": [
    "libnop",
    "libuv",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "cuda": {
      "description": "Enable support for CUDA tensors, CUDA IPC channel",
      "dependencies": [
        "cuda"
      ]
    },
    "pybind11": {
      "description": "Build Python bindings",
      "dependencies": [
        "pybind11"
      ]
    },
    "test": {
      "description": "Build with Google.Test",
      "dependencies": [
        "gtest"
      ]
    }
  }
}