XNNPACK icon indicating copy to clipboard operation
XNNPACK copied to clipboard

High-efficiency floating-point neural network inference operators for mobile, server, and Web

Results 342 XNNPACK issues
Sort by recently updated
recently updated
newest added

Hello, currently in armv7a platform test case **f16-vcmul-test**, some test functions may crash with **Signal 7** error, but I am not sure if it is a bug. Please help me....

when I ran `build -c opt --config android_arm64 :end2end_bench` under bench. I got the error like (attachment) I see the problem might be from the `sys/system_properties.h` is missing in https://github.com/pytorch/cpuinfo...

Remove check for AMXTILE. AMXTILE is required for amx kernels. - Automated g4 rollback of changelist 614671033. - The issue with bazel builds are 32 bit x86 does not support...

When -DUSE_SYSTEM_LIBS=ON is used this error is caused CMake Error in CMakeLists.txt: Imported target "pthreadpool" includes non-existent path "/include" ... CMake Error in CMakeLists.txt: Imported target "pthreadpool" includes non-existent path...

Commit: https://github.com/google/XNNPACK/commit/23f386b5d7eca18cb98659f84483cd8f20662251 Introduces the XNN_FLAG_KEEP_DIM flag which makes global_sum_pooling, global_average_pooling, and static mean no longer backwards compatible. That is calls previously to xnn_define_global_average_pooling will reduce dims, when previous to this...

Remove outdated `--cpu=ios_*`, `--cpu=darwin_*` settings. The correct way is `--ios_multi_cpus=*`, `--macos_cpus=*`, respectively.

Support for x86 AMX was added in Clang 11 and GCC 11. There is existing logic in the CMake build to conditionally compile in the AMX kernels when the GCC...

Rename xnn_reshape_external_value to xnn_reshape_external_input as it only accepts inputs