openamer

tilegym-adding-cutile-kernel

Description: Add a new cuTile GPU kernel operator to TileGym. Covers dispatch registration in ops.py, cuTile backend implementation, init.py exports, test creation, and benchmark in tests/benchmark. Use when adding, creating, or implementing a new cuTile operator/kernel in TileGym, or when asking how to register a new cuTile op. Lines: 277 | Code: 155 | Dir: tilegym-adding-cutile-kernel



name: tilegym-adding-cutile-kernel description: Add a new cuTile GPU kernel operator to TileGym. Covers dispatch registration in ops.py, cuTile backend implementation, init.py exports, test cr…