triton-operator-dev

Installation
SKILL.md

Triton 算子全流程开发

工作流概览

构建 Triton 算子分 7 个阶段(含 1 个条件阶段):

# 阶段 产出 Skill 是否可跳过
1 环境配置 环境验证报告 triton-operator-env-config 是:torch/torch_npu/triton 已可用
2 需求设计 设计文档 triton-operator-design 是:用户已提供完整设计文档
3 代码生成 kernel + smoke test triton-operator-code-gen
4 静态检视 检视报告 triton-operator-code-review
5 精度验证 精度报告 triton-operator-precision-eval
6 性能评估 性能报告 + ratio triton-operator-performance-eval
7 性能优化 优化后代码 triton-operator-performance-optim 条件:ratio ≥ 目标则跳过

⚠️ 核心约束

  1. 必须走完全流程:阶段 3-6 不可跳过,不可在代码生成后停止
Related skills

More from ascend/agent-skills

Installs
51
GitHub Stars
14
First Seen
Apr 3, 2026