SOTAVerified

maxDNN: An Efficient Convolution Kernel for Deep Learning with Maxwell GPUs

2015-01-27Code Available0· sign in to hype

Andrew Lavin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

This paper describes maxDNN, a computationally efficient convolution kernel for deep learning with the NVIDIA Maxwell GPU. maxDNN reaches 96.3% computational efficiency on typical deep learning network architectures. The design combines ideas from cuda-convnet2 with the Maxas SGEMM assembly code. We only address forward propagation (FPROP) operation of the network, but we believe that the same techniques used here will be effective for backward propagation (BPROP) as well.

Tasks

Reproductions