Dell Deep Learning Performance on P100 GPUs - Specifications and User Guide
Summary
This whitepaper explores deep learning performance with NVIDIA Tesla P100 GPUs in Dell EMC servers. It covers deep learning fundamentals, P100 GPU architecture with Pascal and HBM2 memory, and training performance benchmarks. Target audience includes data scientists, AI researchers, and HPC engineers working with machine learning workloads.
Page 1 Text Content
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® P100™ GPU 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 Tera FLOPS of double and single precision performance, respectively. And in NVLink™-optimized servers, P100 delivers around 5.3 and 10.6 Tera FLOPS 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 Tensor Flow. 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. Tensor Flow, developed by Google’s Brain team, is a library for numerical computation using data flow graphs. Tensor Flow 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 Image Net 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
Dell - Internal Use - Confidential
Page Summary Contents For Dell Deep Learning Performance on P100 GPUs - Specifications and User Guide
Manual Details
| Brand | Dell |
|---|---|
| Pages | 8 |
| File Size | 911.88 KB |
| Published | June 25, 2026 |
Enter the captcha to get the download link:
Frequently Asked Questions
What are the key specifications for the P100-PCIe GPU used in this setup?
It uses 16GB GPU memory and provides high compute capability due to its combination of high compute and high memory bandwidth (HBM2).
Which deep learning frameworks were evaluated on the P100 GPUs?
The three frameworks examined were NV-Caffe, MXNet, and TensorFlow. Both MXNet and TensorFlow support scaling across multiple nodes.
How many P100 units are installed per compute node?
Each compute node (PowerEdge C4130) is equipped with 4 P100-PCIe GPUs.
What is the primary benefit of using the PowerEdge C4130 cluster over CPU performance for training?
It significantly speeds up neural network training, potentially saving weeks of time per run compared to using a standalone CPU.