We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pi@raspberrypi ~/D/c/arm> make mkdir -p bin g++ -O3 --std=c++11 -I ../kernels/ -lpthread -mfpu=neon-fp-armv8 -o bin/gemm_bench gemm_bench.cc gemm_bench.cc:6:38: fatal error: gemmlowp/public/gemmlowp.h: No such file or directory #include "gemmlowp/public/gemmlowp.h" ^ compilation terminated. Makefile:12: recipe for target 'gemm' failed make: *** [gemm] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pi@raspberrypi ~/D/c/arm> make
mkdir -p bin
g++ -O3 --std=c++11 -I ../kernels/ -lpthread -mfpu=neon-fp-armv8 -o bin/gemm_bench gemm_bench.cc
gemm_bench.cc:6:38: fatal error: gemmlowp/public/gemmlowp.h: No such file or directory
#include "gemmlowp/public/gemmlowp.h"
^
compilation terminated.
Makefile:12: recipe for target 'gemm' failed
make: *** [gemm] Error 1
The text was updated successfully, but these errors were encountered: