misterBart
misterBart
The version part of TfLite 2.10. (Can I check the specific Xnnpack version in the TfLite source code?) TfLite 2.10.1 was released Nov 16, 2022. Perhaps that TfLite still includes...
Still getting the errors with the latest TfLite release (2.16): ``` cc1: error: invalid feature modifier in '-march=armv8.2-a+fp16+dotprod' gmake[2]: *** [_deps/xnnpack-build/CMakeFiles/microkernels-prod.dir/build.make:173: _deps/xnnpack-build/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:6832: _deps/xnnpack-build/CMakeFiles/microkernels-prod.dir/all] Error 2...
After adding that option TfLite 2.16 builds without errors, and I can run a test program on an Arm64 board using TfLite 2.16. But before I cheer too early, the...
A PR suggests I know what to fix in the codebase, which I don't.
Thanks rusikf for the shortcut, I was looking for that. Hitting twice ctrl-` each time became rather annoying, although ctrl-alt-f is also not the most convenient combination (although I can...