mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 11:19:00 +08:00
e1f1938cb8
* [psimd] create a new port * [psimd] update baseline and port SHA * [fp16] create a new port * [fp16] update baseline and port SHA * [fxdiv] create a new port * [fxdiv] update baseline and port SHA * [pthreadpool] create a new port * [pthreadpool] update baseline and port SHA * [nnpack] create a new port * [nnpack] update baseline and port SHA * [nnpack] use version-date * [nnpack] disable windows * there are no config for windows * [nnpack] enforce psimd backend There is a 'neon' backend, but it won't be considered for now * [nnpack] update supports * use more correct expression
15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"name": "nnpack",
|
|
"version-date": "2021-02-21",
|
|
"description": "Acceleration package for neural networks on multi-core CPUs",
|
|
"homepage": "https://github.com/Maratyszcza/NNPACK",
|
|
"supports": "linux & osx",
|
|
"dependencies": [
|
|
"cpuinfo",
|
|
"fp16",
|
|
"fxdiv",
|
|
"psimd",
|
|
"pthreadpool"
|
|
]
|
|
}
|