Get the latest tech news

CODA: Rewriting Transformer Blocks as GEMM-Epilogue Programs


Transformer training systems are built around dense linear algebra, yet a nontrivial fraction of end-to-end time is spent on surrounding memory-bound operators. Normalization, activations, residual updates, reductions, and related computations repeatedly move large intermediate tensors through global memory while performing little arithmetic, making data movement an increasingly important bottleneck in otherwise highly optimized training stacks. We introduce CODA, a GPU kernel abstraction that expresses these computations as GEMM-plus-epilogue programs. CODA is based on the observation that many Transformer operators exposed as separate framework kernels can be algebraically reparameterized to execute while a GEMM output tile remains on chip, before it is written to memory. The abstraction fixes the GEMM mainloop and exposes a small set of composable epilogue primitives for scaling, reductions, pairwise transformations, and accumulation. This constrained interface preserves the performance structure of expert-written GEMMs while remaining expressive enough to cover nearly all non-attention computation in the forward and backward pass of a standard Transformer block. Across representative Transformer workloads, both human- and LLM-authored CODA kernels achieve high performance, suggesting that GEMM-plus-epilogue programming offers a practical path toward combining framework-level productivity with hardware-level efficiency.

None

Get the Android app

Or read this on Hacker News

Read more on:

Photo of Coda

Coda

Photo of transformer blocks

transformer blocks

Photo of epilogue programs

epilogue programs

Related news:

News photo

Grammarly acquires Coda

News photo

Grammarly acquires productivity startup Coda, brings on new CEO

News photo

Exclusive: Snowflake to sync data cloud with Coda after fresh investment