diff options
Diffstat (limited to 'vcpkg/ports/nnpack/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nnpack/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/nnpack/vcpkg.json b/vcpkg/ports/nnpack/vcpkg.json new file mode 100644 index 0000000..81b153e --- /dev/null +++ b/vcpkg/ports/nnpack/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "nnpack", + "version-date": "2021-02-21", + "port-version": 4, + "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 + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |