Loading...
Loading...
Task Orchestration for Full-Process Development of Ascend Triton Operators. Used when users need to develop Triton Operators, covering the complete workflow of environment configuration → requirement design → code generation → static inspection → precision verification → performance evaluation → document generation → performance optimization.
npx skill4agent add ascend/agent-skills triton-operator-dev| Stage | Skill | Output |
|---|---|---|
| 1 | triton-operator-env-config | Available development environment |
| 2 | triton-operator-design | Operator requirement document |
| 3 | triton-operator-code-gen | Executable code |
| 4 | triton-operator-code-review | Code inspection report |
| 5 | triton-operator-precision-eval | Precision verification report |
| 6 | triton-operator-performance-eval | Performance evaluation report |
| 7 | triton-operator-doc-gen | Interface document |
| 8 | triton-operator-performance-optim | Optimized code |
01-vector-add.pyreferences/hardware-architecture.mdreferences/templates.md| Scenario | Skip Stages |
|---|---|
| Environment already configured | 1 |
| Design document already exists | 2 |
| Only need documents | 1,2,3,4,5,6,8 |
| Only need code | 1,2,4,5,6,7,8 |
| Only need optimization | 1,2,3,4,5,6,7 |
| Skip inspection and verification | 4,5,6 |