Section 01
Core Introduction to the FACT Framework
The FACT (Framework for Agentic CUTLASS Transpilation) framework uses a three-stage agent workflow of pattern discovery, pattern implementation, and pattern composition to guide LLMs in using existing CUTLASS components for compositional optimization, automatically converting PyTorch modules into optimized CUTLASS kernels and achieving a 2.79x end-to-end speedup on MiniGPT blocks. This framework aims to address the limitations of deep learning compiler optimization and the problem of redundant reinvention in pure LLM code generation.