1 Commits

Author SHA1 Message Date
Shushi Hong 9ec6a52e21 [Docs] Add Dataflow Pattern Language (DPL) documentation for Relax (#19358)
DPL (`tvm.relax.dpl`) is heavily used across the TVM stack — operator
fusion, CUTLASS/cuBLAS/cuDNN backend dispatch, and user-defined graph
transforms all rely on it. Since there is no doc explaining how to use
it, this pr adds deep-dive documentation
(`docs/deep_dive/relax/dpl.rst`) covering DPL's pattern construction,
matching, rewriting APIs, and integration with `FuseOpsByPattern`
backend dispatch passes.
2026-04-06 14:47:57 -04:00