mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:29:06 +08:00
e809a42f87
* [cpuinfo] update to latest * use official support of CMake find_package * [cpuinfo] update triplet support * [nnpack] fix cpuinfo usage * [qnnpack] fix cpuinfo usage * [fbgemm] fix cpuinfo usage * [xnnpack] fix cpuinfo usage * [cpuinfo] add license * [nnpack] port license/dependencies * [qnnpack] port license * [xnnpack] port license * [fbgemm] port license * fix supports * I think this should work? * alright, arm&windows is unsupported... for now Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"name": "nnpack",
|
|
"version-date": "2021-02-21",
|
|
"port-version": 3,
|
|
"description": "Acceleration package for neural networks on multi-core CPUs",
|
|
"homepage": "https://github.com/Maratyszcza/NNPACK",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "linux | osx",
|
|
"dependencies": [
|
|
"cpuinfo",
|
|
"fp16",
|
|
"fxdiv",
|
|
"psimd",
|
|
"pthreadpool",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|