mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:29:01 +08:00
2b1f2ca96a
* [qnnpack] create a new port * [qnnpack] create a patch * [qnnpack] update baseline and port SHA * [qnnpack] update supports * the project only checks linux/osx * Update ports/qnnpack/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update ports/qnnpack/portfile.cmake Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * [qnnpack] apply 'vcpkg-cmake' * [qnnpack] use unofficial-cpuinfo * [qnnpack] fix wrong support expression Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "qnnpack",
|
|
"version-date": "2021-02-26",
|
|
"description": "Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators",
|
|
"homepage": "https://github.com/pytorch/QNNPACK",
|
|
"supports": "linux | osx",
|
|
"dependencies": [
|
|
"cpuinfo",
|
|
"fp16",
|
|
"fxdiv",
|
|
"psimd",
|
|
"pthreadpool",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|