Home › TileGym
TileGym
7 MCP servers and agent skills in the TileGym category, ranked by quality score — 7 results.
Agent Skill
Active
NVIDIA/TileGym/adding-cutile-kernel
Add a new cuTile GPU kernel operator to TileGym.
Agent Skill
Active
NVIDIA/TileGym/converting-cutile-to-julia
Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents.
Agent Skill
Active
NVIDIA/TileGym/converting-cutile-to-triton
Converts cuTile GPU kernels (@ct.kernel) to Triton (@triton.jit).
Agent Skill
Active
NVIDIA/TileGym/cutile-autotuning
Use when adding, modifying, optimizing, or debugging CuTile autotuning code.
Agent Skill
Active
NVIDIA/TileGym/improve-cutile-kernel-perf
Iteratively optimize cuTile kernel performance through systematic profiling, bottleneck analysis, IR comparison, and targeted tuning.
Agent Skill
Active
NVIDIA/TileGym/monkey-patch-kernels-to-transformers
Integrate TileGym kernels into Hugging Face `transformers` models by replacing the library's submodule(s) and certain class(es)' implementations, and patching certain class(es)' in...