2018
High Performance Zero-Memory Overhead Direct Convolutions
ICML 2018oral
The computation of convolution layers in deep neural networks typically rely on high performance routines that trade space for time by using additional memory (either for packing purposes or required as part of the algorithm) to improve performance. The problems with such an approach are two-fold. F…