MagmaDNN: Accelerated Deep Learning Using MAGMA
MagmaDNN: Accelerated Deep Learning Using MAGMA
复制标题
DOI:
10.1145/3332186.3333047
复制
发表时间:
2019-07
期刊:
影响因子:
--
通讯作者:
Daniel Nichols;Kwai Wong;S. Tomov;Lucien Ng;Sihan Chen;Alexander Gessinger
中科院分区:
文献类型:
--
作者:
Daniel Nichols;Kwai Wong;S. Tomov;Lucien Ng;Sihan Chen;Alexander Gessinger
MagmaDNN [17] is a deep learning framework driven using the highly optimized MAGMA dense linear algebra package. The library offers comparable performance to other popular frameworks, such as TensorFlow, PyTorch, and Theano. C++ is used to implement the framework providing fast memory operations, direct cuda access, and compile time errors. Common neural network layers such as Fully Connected, Convolutional, Pooling, Flatten, and Dropout are included. Hyperparameter tuning is performed with a parallel grid search engine. MagmaDNN uses several techniques to accelerate network training. For instance, convolutions are performed using the Winograd algorithm and FFTs. Other techniques include MagmaDNNs custom memory manager, which is used to reduce expensive memory transfers, and accelerated training by distributing batches across GPU nodes. This paper provides an overview of the MagmaDNN framework and how it leverages the MAGMA library to attain speed increases. This paper also addresses how deep networks are accelerated by training in parallel and further challenges with parallelization.