Skip to main content
Cornell University
We gratefully acknowledge support from the Simons Foundation, member institutions, and all contributors. Donate
arxiv logo > cs > arXiv:1805.08899v4

Help | Advanced Search

arXiv logo
Cornell University Logo

quick links

  • Login
  • Help Pages
  • About

Computer Science > Machine Learning

arXiv:1805.08899v4 (cs)
[Submitted on 22 May 2018 (v1), revised 24 Jan 2019 (this version, v4), latest version 28 Nov 2019 (v5)]

Title:EcoRNN: Efficient Computing of LSTM RNN Training on GPUs

Authors:Bojian Zheng, Abhishek Tiwari, Nandita Vijaykumar, Gennady Pekhimenko
View a PDF of the paper titled EcoRNN: Efficient Computing of LSTM RNN Training on GPUs, by Bojian Zheng and 3 other authors
View PDF
Abstract:The Long-Short-Term-Memory Recurrent Neural Network (LSTM RNN) is a state-of-the-art machine learning model for analyzing sequential data. It, however, has low training throughput and is limited by memory capacity when running on GPUs. Our results from profiling the LSTM RNN-based Neural Machine Translation (NMT) model reveal that the feature maps of the attention layers form the major memory bottleneck and the fully-connected layers form the runtime bottleneck when training on a modern GPU. We identify the key reason why the attention layers disproportionately consume so much GPU memory: their computation exhibits an O-shape (i.e. small input and output size, but large amounts of intermediate values). We observe that the repetitive nature of LSTM RNNs can be exploited to improve performance of the fully-connected layers by better utilizing the GPU memory hierarchy. Based on these observations, we propose EcoRNN that incorporates two optimizations that significantly reduce the memory footprint and runtime. (1) Partial forward propagation reduces the memory footprint by stashing the small input values of the attention layers and then recomputing the feature maps during the backward passes, instead of saving them in memory. (2) Data layout optimization boosts runtime performance of fully-connected layers by transposing the data between row-major and column-major layout. It is transparent to programmers since EcoRNN automatically selects the best implementation using model hyperparameters.
Subjects: Machine Learning (cs.LG); Artificial Intelligence (cs.AI); Machine Learning (stat.ML)
Cite as: arXiv:1805.08899 [cs.LG]
  (or arXiv:1805.08899v4 [cs.LG] for this version)
  https://doi.org/10.48550/arXiv.1805.08899
arXiv-issued DOI via DataCite

Submission history

From: Bojian Zheng [view email]
[v1] Tue, 22 May 2018 23:01:25 UTC (4,997 KB)
[v2] Sun, 9 Dec 2018 06:11:50 UTC (5,890 KB)
[v3] Tue, 18 Dec 2018 00:34:17 UTC (4,997 KB)
[v4] Thu, 24 Jan 2019 03:26:15 UTC (5,890 KB)
[v5] Thu, 28 Nov 2019 22:34:49 UTC (4,024 KB)
Full-text links:

Access Paper:

    View a PDF of the paper titled EcoRNN: Efficient Computing of LSTM RNN Training on GPUs, by Bojian Zheng and 3 other authors
  • View PDF
  • Other Formats
view license
Current browse context:
cs.LG
< prev   |   next >
new | recent | 2018-05
Change to browse by:
cs
cs.AI
stat
stat.ML

References & Citations

  • NASA ADS
  • Google Scholar
  • Semantic Scholar

DBLP - CS Bibliography

listing | bibtex
Bojian Zheng
Akshay Nair
Qiongsi Wu
Nandita Vijaykumar
Gennady Pekhimenko
export BibTeX citation Loading...

BibTeX formatted citation

×
Data provided by:

Bookmark

BibSonomy logo Reddit logo

Bibliographic and Citation Tools

Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)

Code, Data and Media Associated with this Article

alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)

Demos

Replicate (What is Replicate?)
Hugging Face Spaces (What is Spaces?)
TXYZ.AI (What is TXYZ.AI?)

Recommenders and Search Tools

Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
IArxiv Recommender (What is IArxiv?)
  • Author
  • Venue
  • Institution
  • Topic

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.

Which authors of this paper are endorsers? | Disable MathJax (What is MathJax?)
  • About
  • Help
  • contact arXivClick here to contact arXiv Contact
  • subscribe to arXiv mailingsClick here to subscribe Subscribe
  • Copyright
  • Privacy Policy
  • Web Accessibility Assistance
  • arXiv Operational Status
    Get status notifications via email or slack