[Agents] Add Triton kernel-writing skill - #55019
Conversation
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Woosuk Kwon <woosuk@inferact.ai>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 6 remain after this review. 📝 WalkthroughWalkthroughThis change adds a ChangesTriton kernel skill
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This change adds repository-local Triton kernel-writing guidance without changing runtime or serving behavior, and no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Woosuk Kwon <woosuk@inferact.ai>
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Woosuk Kwon <woosuk@inferact.ai>
Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Woosuk Kwon <woosuk@inferact.ai>
|
/ci run |
|
✅ Triggered Buildkite CI #86951 for commit |
Signed-off-by: Woosuk Kwon <woosuk@inferact.ai> Co-authored-by: OpenAI Codex <codex@openai.com>
Summary
Duplicate-work check
Open PR searches for
Triton kernel skill,agent skill Triton,kernel-writing,triton-kernel-writing, andTriton Kernel Writingfound no PR addressing this change. There is no linked issue.This is materially different from closed PR #55009. That PR imported and adapted a much larger TensorRT-LLM skill under
kernel-triton-writing, including provenance and reference documents. This PR instead adds a clean, focused, vLLM-specific skill undertriton-kernel-writingwith only the guidance requested here and no imported content.Testing
.venv/bin/python /home/woosuk/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/triton-kernel-writing— passed..venv/bin/pre-commit run --files .agents/skills/triton-kernel-writing/SKILL.md .agents/skills/triton-kernel-writing/agents/openai.yaml— all applicable hooks passed.Model evaluation
Not applicable. This adds agent guidance only and does not change model output, accuracy, or serving behavior.
AI assistance and accountability
OpenAI Codex assisted with drafting and validating this change. The human submitter must review every changed line and understand and defend the contribution end-to-end.
Summary by CodeRabbit