mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:30:01 +08:00
b34ae2aff5
* [tensorpipe] version update * update patch files * support find_package for https://github.com/microsoft/vcpkg/pull/17199 * [tensorpipe] update versions JSON * [tensorpipe] use mainstream PR * rename existing patch files * update versions JSON * [tensorpipe] update license * [tensorpipe] fix patch's SHA512 value * Add cuda-nvml-dev-11-6 to VMs. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
41 lines
847 B
JSON
41 lines
847 B
JSON
{
|
|
"name": "tensorpipe",
|
|
"version-date": "2022-03-16",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|