White Papers

Dell - Internal Use - Confidential
Deep Learning Performance with P100 GPUs
Authors: Rengan Xu and Nishanth Dandapanthu. Dell EMC HPC Innovation Lab. October 2016
Introduction to Deep Learning and P100 GPU
Deep Learning (DL), an area of Machine Learning, has achieved significant progress in recent years. Its
application area includes pattern recognition, image classification, Natural Language Processing (NLP),
autonomous driving and so on. Deep learning attempts to learn multiple levels of features of the input
large data sets with multi-layer neural networks and make predictive decision for the new data. This
indicates two phases in deep learning: first, the neural network is trained with large number of input data;
second, the trained neural network is used to test/inference/predict the new data. Due to the large
number of parameters (the weight matrix connecting neurons in different layers and the bias in each layer,
etc.) and training set size, the training phase requires tremendous amounts of computation power.
To approach this problem, we utilize accelerators which include GPU, FPGA and DSP and so on. This blog
focuses on GPU accelerator. GPU is a massively parallel architecture that employs thousands of small but
efficient cores to accelerate the computational intensive tasks. Especially, NVIDIA® Tesla® P100GPU
uses the new Pascal architecture to deliver very high performance for HPC and hyperscale workloads. In
PCIe-based servers, P100 delivers around 4.7 and 9.3 TeraFLOPS of double and single precision
performance, respectively. And in NVLink-optimized servers, P100 delivers around 5.3 and 10.6
TeraFLOPS of double and single precision performance, respectively. This blog focuses on P100 for PCIe-
based servers. P100 is also equipped with High Bandwidth Memory 2 (HBM2) which offers higher
bandwidth than the traditional GDDR5 memory. Therefore, the high compute capability and high memory
bandwidth make GPU an ideal candidate to accelerate deep learning applications.
Deep Learning Frameworks and Dataset
In this blog, we will present the performance and scalability of P100 GPUs with different deep learning
frameworks on a cluster. Three deep learning frameworks were chosen: NVIDIA’s fork of Caffe (NV-Caffe),
MXNet and TensorFlow. Caffe is a well-known and widely used deep learning framework which is
developed by the Berkeley Vision and Learning Center (BVLC) and by community contributors. It focuses
more on the image classification and it supports multiple GPUs within a node but not across nodes. MXNet,
jointly developed by collaborators from multiple universities and companies, is a lightweight, portable
and flexible deep learning framework designed for both efficiency and flexibility. This framework scales
to multiple GPUs within a node and across nodes. TensorFlow, developed by Google’s Brain team, is a
library for numerical computation using data flow graphs. TensorFlow also supports multiples GPUs and
can scale to multiple nodes.
All of the three deep learning frameworks we chose are able to perform the image classification task. With
this in mind, we chose the well-known ImageNet Large Scale Visual Recognition Competition (ILSVRC)
2012 dataset. This training dataset contains 1281167 training images and 50000 validation images. All
images are grouped into 1000 categories or classes. Another reason we chose ILSVRC 2012 dataset is that

Summary of content (8 pages)