google / gemmlowp

Low-precision matrix multiplication
Apache License 2.0
1.77k stars 451 forks source link

run ./correctness_meta_gemm ...............................Bus error #145

Open sxsxsx opened 6 years ago

sxsxsx commented 6 years ago

hello my devices is rk3288(32 bit) and I use android-ndk-r14b cd gemmlowp/jni and use ndk-build to build it adb push exec to the rk3288(32bit) I can successfully run the ./benchmark_meta_gemm and ./benchmark but when I run the ./correctness_meta_gemm ,something wrong as bleow root@rk3288:/data/local/tmp # ./correctness_meta_gemm WARNING: linker: ./correctness_meta_gemm: unused DT entry: type 0x6ffffffe arg 0x1198 WARNING: linker: ./correctness_meta_gemm: unused DT entry: type 0x6fffffff arg 0x1 Threads: 1 Quantized 8 bit. Small. ...............................Bus error 135|root@rk3288:/data/local/tmp #

How should I solve it ? Thanks very much, good luck to you

bjacob commented 6 years ago

The meta/ directory and its tests might be unmaintained at the moment. I'm only maintaining the parts of gemmlowp that are used in TensorFlow Lite, and as far as I know that does not include meta/.