TVM图优化与算子融合 计算图的定义 Computational graphs: a common way to represent programs in deep learning frameworks 对于图优化来说,有很多种图优化手段: Operator Fusion Constant Parameter Path Pre-Computation Static Memory Reuse Analysis Data Layout Transformation AlterOpLayout S…
首先给出一个TVM 相关的介绍,这个是Tianqi Chen演讲在OSDI18上用的PPThttps://files.cnblogs.com/files/jourluohua/Tianqi-Chen-TVM-Stack-Overview.rar 对于图优化来说,位于整个软件编译栈比较高的层次: 首先给出计算图的定义 Computational graphs: a common way to represent programs in deep learning frameworks 对于图优化来…