AutoTM: Automatic Tensor Movement in Heterogeneous Memory Systems using Integer Linear Programming
AutoTM: Automatic Tensor Movement in Heterogeneous Memory Systems using Integer Linear Programming
复制标题
DOI:
10.1145/3373376.3378465
复制
发表时间:
2020-03
期刊:
影响因子:
--
通讯作者:
Mark Hildebrand;J. Khan;Sanjeev N. Trika;Jason Lowe-Power;V. Akella
中科院分区:
文献类型:
--
作者:
Mark Hildebrand;J. Khan;Sanjeev N. Trika;Jason Lowe-Power;V. Akella
Memory capacity is a key bottleneck for training large scale neural networks. Intel® Optane#8482; DC PMM (persistent memory modules) which are available as NVDIMMs are a disruptive technology that promises significantly higher read bandwidth than traditional SSDs at a lower cost per bit than traditional DRAM. In this work we show how to take advantage of this new memory technology to minimize the amount of DRAM required without compromising performance significantly. Specifically, we take advantage of the static nature of the underlying computational graphs in deep neural network applications to develop a profile guided optimization based on Integer Linear Programming (ILP) called AutoTM to optimally assign and move live tensors to either DRAM or NVDIMMs. Our approach can replace 50% to 80% of a system's DRAM with PMM while only losing a geometric mean 27.7% performance. This is a significant improvement over first-touch NUMA, which loses 71.9% of performance. The proposed ILP based synchronous scheduling technique also provides 2x performance over using DRAM as a hardware-controlled cache for very large networks.