NVIDIA/TileGym/monkey-patch-kernels-to-transformers
TileGym
NVIDIA
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...
How to get this skill
Agent Skill by NVIDIA. Download or clone it, then install it in your agent.
Setup & Installation
- Clone the repository:
git clone https://github.com/NVIDIA/skills.git - Copy the skill folder (which contains
SKILL.md) into your agent skills folder, e.g..claude/skills/. - Restart or reload the agent to auto-discover the skill.
- Check
SKILL.mdfor any special instructions or requirements.
Related skills
TileGym
NVIDIA/TileGym/adding-cutile-kernel
Add a new cuTile GPU kernel operator to TileGym.
NVIDIA
Details →
TileGym
NVIDIA/TileGym/converting-cutile-to-julia
Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents.
NVIDIA
Details →
TileGym
NVIDIA/TileGym/converting-cutile-to-triton
Converts cuTile GPU kernels (@ct.kernel) to Triton (@triton.jit).
NVIDIA
Details →
TileGym
NVIDIA/TileGym/cutile-autotuning
Use when adding, modifying, optimizing, or debugging CuTile autotuning code.
NVIDIA
Details →