aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qnnpack/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qnnpack/vcpkg.json')
-rw-r--r--vcpkg/ports/qnnpack/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/qnnpack/vcpkg.json b/vcpkg/ports/qnnpack/vcpkg.json
new file mode 100644
index 0000000..95b027e
--- /dev/null
+++ b/vcpkg/ports/qnnpack/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "name": "qnnpack",
+ "version-date": "2021-02-26",
+ "port-version": 5,
+ "description": "Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators",
+ "homepage": "https://github.com/pytorch/QNNPACK",
+ "license": "BSD-3-Clause",
+ "supports": "!windows",
+ "dependencies": [
+ {
+ "name": "cpuinfo",
+ "features": [
+ "clog"
+ ]
+ },
+ "fp16",
+ "fxdiv",
+ "psimd",
+ "pthreadpool",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}