ljk53/pytorch-rpi

Error: selected processor does not support `vsdot.s8 q14,q9,d7[0]' in ARM mode

Opened this issue · 0 comments

Briefly after:

FAILED: confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x8c4-minmax-neondot.c.o /usr/bin/ccache /usr/lib/ccache/cc -DCPUINFO_SUPPORTED_PLATFORM=1 -DFXDIV_USE_INLINE_ASSEMBLY=0 -DXNN_ENABLE_ASSEMBLY=1 -DXNN_ENABLE_MEMOPT=1 -DXNN_ENABLE_SPARSE=1 -DXNN_LOG_LEVEL=0 -I../third_party/XNNPACK/include -I../third_party/XNNPACK/src -I../third_party/cpuinfo/deps/clog/include -I../third_party/cpuinfo/include -I../third_party/pthreadpool/include -I../third_party/FXdiv/include -I../third_party/FP16/include -isystem ../third_party/protobuf/src -isystem ../third_party/gemmlowp -isystem ../third_party/neon2sse -O3 -DNDEBUG -fPIC -Wno-psabi -pthread -std=gnu99 -marm -march=armv8.2-a+dotprod -mfpu=neon-fp-armv8 -O2 -MD -MT confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x8c4-minmax-neondot.c.o -MF confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x8c4-minmax-neondot.c.o.d -o confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x8c4-minmax-neondot.c.o -c ../third_party/XNNPACK/src/qs8-gemm/gen/4x8c4-minmax-neondot.c

Receiving this error when trying to build on an RPi 3B, seems to have something to do with XNNPACK, but I also don't know anything about compilation.

Any idea how to fix this issue?