Tilelang To Flydsl

Port a kernel written in TileLang (the `@T.prim_func` / `with T.Kernel(...)` DSL used by TileKernels and other tile-ai projects) into an equivalent FlyDSL kernel (`@flyc.kernel` / `@flyc.jit` with explicit layout algebra, copy atoms, MMA atoms, and SmemAllocator). Use whenever the task is to rewrite, translate, or migrate a TileLang `@T.prim_func` body into FlyDSL, including converting individual operators in the TileKernels test suite while preserving the Python wrapper signatures so the existing pytest cases keep validating the new implementation.

wenyi-li Updated

File contents

wenyi-li/awesome-agent-kernel-skills/tree/main/tilelang-to-flydsl commit c4dd33cd11

Frequently asked questions

npx skillmds@latest add wenyi-li/tilelang-to-flydsl