DCLGSep 5, 2023

Comparative Analysis of CPU and GPU Profiling for Deep Learning Models

arXiv:2309.02521v319 citationsh-index: 5Has Code
Originality Synthesis-oriented
AI Analysis

This provides incremental insights for developers optimizing hardware usage in deep learning applications.

The paper compared CPU and GPU profiling for training deep neural networks using PyTorch, finding that GPU had lower running times than CPU, with no significant improvements for simpler networks.

Deep Learning(DL) and Machine Learning(ML) applications are rapidly increasing in recent days. Massive amounts of data are being generated over the internet which can derive meaningful results by the use of ML and DL algorithms. Hardware resources and open-source libraries have made it easy to implement these algorithms. Tensorflow and Pytorch are one of the leading frameworks for implementing ML projects. By using those frameworks, we can trace the operations executed on both GPU and CPU to analyze the resource allocations and consumption. This paper presents the time and memory allocation of CPU and GPU while training deep neural networks using Pytorch. This paper analysis shows that GPU has a lower running time as compared to CPU for deep neural networks. For a simpler network, there are not many significant improvements in GPU over the CPU.

Foundations

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

Your Notes