tobiasruf
tobiasruf
Thanks for the first feedback. Since I'm new to node-red and not a GPIO raspi expert, it's hard for me to give any input. @knolleary suggestion sounds like a solution,...
sorry was involved in another project. Know we're are coming closer to real customer project. Since we're only working with compute module, I would prefer to make it runtime wide...
Thanks for the reply >How much of dlib call is consumed by sgemm? What integer parameters get passed to it? The sgemm call consumes 19%. I currently don't know which...
My VM is configured to use 2 CPUs. I didn't experience any changes in using the default NUM_THREADS behavior and NUM_THREADS=0. Will try to compile it with NUM_THREADS=4 for the...
That was one of my first ideas. The ARM Linux compiler is packaged with Ubuntu and I use the hf version. That version doesn't support softfp (tried that) and mixing...
> Another option is to run "make" natively on raspberry, learn the adjusted flags and apply those with cross-compiler. I already tried that, but it didn't show any improvements. As...