Pith. sign in

Fast Convolutional Nets With fbfft: A GPU Performance Evaluation

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

We examine the performance profile of Convolutional Neural Network training on the current generation of NVIDIA Graphics Processing Units. We introduce two new Fast Fourier Transform convolution implementations: one based on NVIDIA's cuFFT library, and another based on a Facebook authored FFT implementation, fbfft, that provides significant speedups over cuFFT (over 1.5x) for whole CNNs. Both of these convolution implementations are available in open source, and are faster than NVIDIA's cuDNN implementation for many common convolutional layers (up to 23.5x for some synthetic kernel configurations). We discuss different performance regimes of convolutions, comparing areas where straightforward time domain convolutions outperform Fourier frequency domain convolutions. Details on algorithmic applications of NVIDIA GPU hardware specifics in the implementation of fbfft are also provided.

fields

cs.CV 1

years

2019 1

verdicts

UNVERDICTED 1

representative citing papers

The Indirect Convolution Algorithm

cs.CV · 2019-07-03 · unverdicted · novelty 7.0

The Indirect Convolution algorithm avoids im2col by using an indirection buffer, reducing memory overhead proportionally to input channels and outperforming GEMM-based methods by up to 62% for convolutions requiring transformation.

citing papers explorer

Showing 1 of 1 citing paper.

  • The Indirect Convolution Algorithm cs.CV · 2019-07-03 · unverdicted · none · ref 29 · internal anchor

    The Indirect Convolution algorithm avoids im2col by using an indirection buffer, reducing memory overhead proportionally to input channels and outperforming GEMM-based methods by up to 62% for convolutions requiring transformation.