vix.ing · top · new · best · stats · spec

Fast convolution kernels on pascal GPU with high memory efficiency

2022/12/01 by Qiong Chang, Chang, Qiong, Masaki Onishi +3 · 1 citation
Computer Science · Neuroscience · #Advanced Neural Network Applications #Brain Tumor Detection and Classification #Domain Adaptation and Few-Shot Learning

paper · pdf · doi:10.48550/arxiv.2212.00404

Abstract

The convolution computation is widely used in many fields, especially in CNNs. Because of the rapid growth of the training data in CNNs, GPUs have been used for the acceleration, and memory-efficient algorithms are focused because of thier high performance. In this paper, we propose two convolution kernels for single-channel convolution and multi-channel convolution respectively. Our two methods achieve high performance by hiding the access delay of the global memory efficiently, and achieving high ratio of floating point Fused Multiply-Add operations per fetched data from the global memory. In comparison to the latest Cudnn library developed by Nvidia aimed to accelerate the deep-learning computation, the average performance improvement by our research is 2.6X for the single-channel, and 1.4X for the multi-channel.

Cited by

Related