DCLGSep 15, 2019

Benchmarking the Performance and Energy Efficiency of AI Accelerators for AI Training

arXiv:1909.06842v97 citations
Originality Synthesis-oriented
AI Analysis

This provides an informative guide for end-users to select AI accelerators and exposes opportunities for hardware vendors to improve software, but it is incremental as it builds on existing benchmarking efforts.

The paper tackled the problem of varying performance and energy consumption among AI accelerators by benchmarking popular processors like Intel CPU, NVIDIA GPU, AMD GPU, and Google TPU on deep learning workloads, finding that differences in hardware, software libraries, and frameworks significantly impact training efficiency.

Deep learning has become widely used in complex AI applications. Yet, training a deep neural network (DNNs) model requires a considerable amount of calculations, long running time, and much energy. Nowadays, many-core AI accelerators (e.g., GPUs and TPUs) are designed to improve the performance of AI training. However, processors from different vendors perform dissimilarly in terms of performance and energy consumption. To investigate the differences among several popular off-the-shelf processors (i.e., Intel CPU, NVIDIA GPU, AMD GPU, and Google TPU) in training DNNs, we carry out a comprehensive empirical study on the performance and energy efficiency of these processors by benchmarking a representative set of deep learning workloads, including computation-intensive operations, classical convolutional neural networks (CNNs), recurrent neural networks (LSTM), Deep Speech 2, and Transformer. Different from the existing end-to-end benchmarks which only present the training time, We try to investigate the impact of hardware, vendor's software library, and deep learning framework on the performance and energy consumption of AI training. Our evaluation methods and results not only provide an informative guide for end-users to select proper AI accelerators, but also expose some opportunities for the hardware vendors to improve their software library.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes