XNNPACK
XNNPACK copied to clipboard
High-efficiency floating-point neural network inference operators for mobile, server, and Web
Xnnpack is available as a port in [vcpkg](https://github.com/microsoft/vcpkg), a C++ library manager that simplifies installation for xnnpack and other project dependencies. Documenting the install process here will help users get...
Hi @Maratyszcza, Thank you a lot for the great work you had done. I was having a few doubts related to int8 quantized kernels: If you can see it here:...
It seems that it would be as simple as updating CMake to add the file list in `PROD_SCALAR_WASM_MICROKERNEL_SRCS` , `ALL_WASM_MICROKERNEL_SRCS `, etc... from BUILD.bazel
Add support for fused operators to some JIT generators and also microkernel tests (not generated)
Origin: https://salsa.debian.org/deeplearning-team/xnnpack/-/commit/452c8103d72cd4c41a0e100968401de67d0d0dc1 Re-used in https://github.com/JuliaPackaging/Yggdrasil/pull/4577
Cf. https://github.com/JuliaPackaging/Yggdrasil/pull/4577
Add -Wpointer-arith to builds Arithmetic on void pointers don't get warned by default on Clang/GCC, and is a failure on MSVC. We don't have test coverage on MSVC at all,...
Call xnnpack transpose from TfLite transpose
Add params argument to all transpose ukernels
Reshape Convolution 2d output ```shell cd XNNPACK bash script/build-local.sh cd build/local make -j9 convolution-2d-test ./convolution-2d-test ```