Cortex: A Compiler for Recursive Deep Learning Models
Cortex: A Compiler for Recursive Deep Learning Models
复制标题
DOI:
--
复制
发表时间:
2020-11
期刊:
影响因子:
--
通讯作者:
Pratik Fegade;Tianqi Chen;Phillip B. Gibbons;T. Mowry
中科院分区:
文献类型:
--
作者:
Pratik Fegade;Tianqi Chen;Phillip B. Gibbons;T. Mowry
Optimizing deep learning models is generally performed in two steps: (i) high-level graph optimizations such as kernel fusion and (ii) low level kernel optimizations such as those found in vendor libraries. This approach often leaves significant performance on the table, especially for the case of recursive deep learning models. In this paper, we present Cortex, a compiler-based approach to generate highly-efficient code for recursive models for low latency inference. Our compiler approach and low reliance on vendor libraries enables us to perform end-to-end optimizations, leading to up to 14X lower inference latencies over past work, across different backends.