We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

stat.ML

Change to browse by:

References & Citations

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: Data Movement Is All You Need: A Case Study on Optimizing Transformers

Abstract: Transformers are one of the most important machine learning workloads today. Training one is a very compute-intensive task, often taking days or weeks, and significant attention has been given to optimizing transformers. Despite this, existing implementations do not efficiently utilize GPUs. We find that data movement is the key bottleneck when training. Due to Amdahl's Law and massive improvements in compute performance, training has now become memory-bound. Further, existing frameworks use suboptimal data layouts. Using these insights, we present a recipe for globally optimizing data movement in transformers. We reduce data movement by up to 22.91% and overall achieve a 1.30x performance improvement over state-of-the-art frameworks when training a BERT encoder layer and 1.19x for the entire BERT. Our approach is applicable more broadly to optimizing deep neural networks, and offers insight into how to tackle emerging performance bottlenecks.
Comments: 22 pages, 8 figures; MLSys 2021 camera ready
Subjects: Machine Learning (cs.LG); Machine Learning (stat.ML)
Cite as: arXiv:2007.00072 [cs.LG]
  (or arXiv:2007.00072v3 [cs.LG] for this version)

Submission history

From: Nikoli Dryden [view email]
[v1] Tue, 30 Jun 2020 19:26:36 GMT (940kb,D)
[v2] Thu, 2 Jul 2020 09:26:19 GMT (940kb,D)
[v3] Mon, 8 Nov 2021 12:43:08 GMT (985kb,D)

Link back to: arXiv, form interface, contact.