Papers
Topics
Authors
Recent
Search
2000 character limit reached

Analyzing GPU Tensor Core Potential for Fast Reductions

Published 8 Mar 2019 in cs.DC | (1903.03640v1)

Abstract: The Nvidia GPU architecture has introduced new computing elements such as the \textit{tensor cores}, which are special processing units dedicated to perform fast matrix-multiply-accumulate (MMA) operations and accelerate \textit{Deep Learning} applications. In this work we present the idea of using tensor cores for a different purpose such as the parallel arithmetic reduction problem, and propose a new GPU tensor-core based algorithm as well as analyze its potential performance benefits in comparison to a traditional GPU-based one. The proposed method, encodes the reduction of nn numbers as a set of m×mm\times m MMA tensor-core operations (for Nvidia's Volta architecture m=16m=16) and takes advantage from the fact that each MMA operation takes just one GPU cycle. When analyzing the cost under a simplified GPU computing model, the result is that the new algorithm manages to reduce a problem of nn numbers in T(n)=5logm<sup>2(n)T(n) = 5\log_{m<sup>2}(n) steps with a speedup of S=45log2(m<sup>2)S = \frac{4}{5}\log_2(m<sup>2).

Citations (11)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.