wenyi-li/awesome-agent-kernel-skills

9Stars on the repository
200Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

A complete Triton Ascend example of matrix multiplication, which multiplies rows of one matrix by columns of another. It demonstrates two-dimensional blocks, accumulation across the shared dimension, masking, and Cube Core use.

not rated 9 3mo ago A 73 tokens

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

A complete Triton Ascend example of ReLU, an element-by-element operation that replaces negative numbers with zero. It shows blocked iteration and masking at input boundaries.

not rated 9 3mo ago A 70 tokens

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

A complete Triton Ascend example of softmax, an operation that turns a group of numbers into normalized scores. It shows finding the maximum, summing exponentials, and dividing by that sum.

not rated 9 3mo ago A 77 tokens

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

Triton Ascend hard API restrictions and forbidden syntax. MUST-follow rules that apply to every kernel: forbidden control flow (return/break/continue/lambda/while), tensor slice/index restrictions, scalar conversion rules, BLOCKSIZE upper bound. Violating any of these produces a compile or runtime error on Ascend.

not rated 9 3mo ago A 73 tokens

triton-ascend-basics

106

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

An introduction to Triton Ascend kernel programming, including program IDs, blocks, grids, decorators, and common function structures. Triton is a language for writing parallel numerical kernels.

not rated 9 3mo ago A 66 tokens

triton-ascend-memory

109

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

Memory-access guidance for Triton kernels running on Ascend NPUs, Huawei's neural-network processors. It covers how data is stored, moved, combined, and prefetched.

not rated 9 3mo ago A 68 tokens

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

A general performance guide for Triton kernels on Ascend hardware, covering block-size selection, grid setup, memory alignment, automatic tuning, and numeric precision.

not rated 9 3mo ago A 146 tokens

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

An optimization guide for Transformer-style attention operations in Triton on Ascend hardware, including QKV computation, online softmax, and causal masking.

not rated 9 3mo ago A 122 tokens

triton-ascend-matmul

114

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

An optimization guide for matrix multiplication in Triton on Ascend hardware, covering tiled computation, work distribution, and large inner dimensions.

not rated 9 3mo ago A 162 tokens

triton-ascend-reduce

115

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

An optimization guide for reduction operations in Triton on Ascend hardware, including sums, maxima, cumulative operations, softmax, and normalization.

not rated 9 3mo ago A 213 tokens

triton-cuda-error-fix

116

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

A troubleshooting guide for fixing mathematical function calls in Triton CUDA kernels, including the correct way to call tanh through CUDA's device library.

not rated 9 3mo ago A 28 tokens

triton-cuda-api

117

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

A reference for the main Triton CUDA functions, including loading and storing data, reductions, dot products, and atomic operations, with signatures and examples.

not rated 9 3mo ago A 69 tokens

triton-cuda-attention

118

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

An implementation guide for attention operations in Triton on CUDA, with a complete Flash Attention example and changes for causal, grouped-query, multi-query, and rotary-position variants.

not rated 9 3mo ago A 59 tokens

triton-cuda-basics

119

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

A beginner's guide to programming Triton CUDA kernels, covering program identifiers, blocks, grids, kernel structure, decorators, and common code patterns.

not rated 9 3mo ago A 64 tokens

triton-cuda-debugging

120

wenyi-li/awesome-agent-kernel-skills

Skill Claude CodeCodex

A troubleshooting checklist for Triton CUDA kernels covering compilation errors, runtime errors, numerical-accuracy problems, and performance issues.

not rated 9 3mo ago A 66 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: