FADiff: Fusion-Aware Differentiable Optimization for DNN Scheduling on Tensor Accelerators
Shuao Jia, Zichao Ling, Chen Bai, Kang Zhao, Jianwang Zhai
TL;DR
The paper tackles the challenge of deploying DNNs on tensor accelerators by jointly optimizing intra-layer mapping and inter-layer fusion, a space traditionally explored separately. It introduces FADiff, a gradient-based framework with differentiable energy and latency models and penalties to co-optimize mapping and fusion, using continuous relaxations like Gumbel-Softmax and a fusion variable. Empirical results on Gemmini configurations show significant EDP reductions over state-of-the-art baselines and layer-wise approaches, highlighting the benefit of joint, differentiable optimization and its applicability to both CNNs and Transformer workloads. This work demonstrates scalable, interpretable, and hardware-valid deployment strategies for modern DNN workloads on tensor accelerators.
Abstract
Efficient deployment of Deep Neural Networks (DNNs), such as Large Language Models (LLMs), on tensor accelerators is essential for maximizing computational efficiency in modern AI systems. However, achieving this is challenging due to the enormous and complex design space created by the interaction of intra-layer mapping and inter-layer fusion. In this work, we present FADiff, a gradient-based optimization framework capable of automatically identifying high-quality intra-layer mapping and inter-layer fusion strategies to accelerate inference for DNN workloads. We first construct a unified and differentiable analytical cost model, which accurately predicts the energy and latency of both single-layer mappings and various layer fusion strategies. Then, by encoding discrete constraints into the loss function, we employ a gradient-based approach to efficiently explore the vast design space, determining the optimal joint strategy for mapping and fusion. Experimental results demonstrate the superiority of FADiff, achieving better optimization in terms of energy and latency compared to existing methods.
