Abstract
Convolutions are the core operation of deep learning applications based on Convolutional Neural Networks (CNNs). Current GPU architectures are highly efficient for training and deploying deep CNNs, and are largely used in production. State–of–the–art implementations, however, present low efficiency for some commonly used network configurations. In this paper we propose a GPU-based implementation of the convolution operation for CNN inference that favors coalesced accesses, without requiring prior data transformations. Our experiments demonstrate that it yields notable performance improvements in a range of common CNN forward-propagation convolution configurations, with speedups of up to 2.29 × with respect to the best implementation in cuDNN, covering a relevant region in currently existing approaches. This improvement results in speedups of up to 7.4% for CNN online inference use cases.
Original language | English |
---|---|
Pages (from-to) | 1459-1473 |
Number of pages | 15 |
Journal | Cluster Computing |
Volume | 25 |
Issue number | 2 |
DOIs | |
State | Published - Apr 2022 |
Externally published | Yes |
Keywords
- Coalescing
- Convolutional neural networks
- Deep learning
- GPU convolution
- cuDNN