SwapAdvisor: Pushing Deep Learning Beyond the GPU Memory Limit via Smart Swapping
SwapAdvisor: Pushing Deep Learning Beyond the GPU Memory Limit via Smart Swapping
复制标题
DOI:
10.1145/3373376.3378530
复制
发表时间:
2020-03
期刊:
影响因子:
--
通讯作者:
Chien-chin Huang;Gu Jin;Jinyang Li
中科院分区:
文献类型:
--
作者:
Chien-chin Huang;Gu Jin;Jinyang Li
It is known that deeper and wider neural networks can achieve better accuracy. But it is difficult to continue the trend to increase model size due to limited GPU memory. One promising solution is to support swapping between GPU and CPU memory. However, existing work on swapping only handle certain models and do not achieve satisfactory performance. Deep learning computation is commonly expressed as a dataflow graph which can be analyzed to improve swapping. We propose SwapAdvisor, which performs joint optimization along 3 dimensions based on a given dataflow graph: operator scheduling, memory allocation, and swap decisions. SwapAdvisor explores the vast search space using a custom-designed genetic algorithm. Evaluations using a variety of large models show that SwapAdvisor can train models up to 12 times the GPU memory limit while achieving 53-99% of the throughput of a hypothetical baseline with infinite GPU memory.