Frank Sun

Results 2 comments of Frank Sun

I believe the following patches are missing from the CMakeList.txt ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index a5ddc49..6320b1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,11 +188,15 @@ SET(QNNPACK_AARCH32_ASM_UKERNELS src/q8conv/4x8-aarch32-neon.S src/q8dwconv/up8x9-aarch32-neon.S src/q8gemm/4x8-aarch32-neon.S...

Also, ~~test~~ and benchmark~~s~~ failed to compile on ARM32 platform. This might be an easy fix with if guard. Sorry, my bad. Only the benchmark is not compiling correctly.