NN-512 ( https://NN-512.com ) Generate fully vectorized, stand-alone, human-readable C99 code for neural net inference, and understand exactly what's happening. For example, watch the code run with Linux's perf top and see the relative costs of each layer of the computation. Total transparency, no dependencies outside the C POSIX library
1. Any particular reason you chose to avoid GPUs?
2. Did you benchmark your code's performance against GPU-centric codes (ideally for the same problem and problem-size)?