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...
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.
Meqyas AI helps individuals and organizations measure AI readiness, then move from diagnosis to a practical adoption roadmap.
Use this skill when you need an AI agent to follow a repeatable workflow for this task.
1. Review the source or repository details.
2. Copy the skill folder that contains `SKILL.md` into your agent skills directory.
3. Restart or reload the agent so it can discover the skill.
4. Test the skill on a small task before using it in production.
Related skills
NVIDIA/TileGym/adding-cutile-kernel
Add a new cuTile GPU kernel operator to TileGym.
NVIDIA/TileGym/converting-cutile-to-julia
Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents.
NVIDIA/TileGym/converting-cutile-to-triton
Converts cuTile GPU kernels (@ct.kernel) to Triton (@triton.jit).
NVIDIA/TileGym/cutile-autotuning
Use when adding, modifying, optimizing, or debugging CuTile autotuning code.