Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 958 Bytes

File metadata and controls

15 lines (13 loc) · 958 Bytes

Tutorials

Triton Examples

Example Description
01_vector_add_example Example of simple addition
02_fused_softmax_example Example of Softmax fused operator
03_layer_norm_example Example of Layer Normalization
04_fused_attention_example Example of Flash Attention v2 fused attention algorithm
05_matrix_multiplication_example Example of efficient matrix multiplication
06_autotune_example Example of using Autotune on kernels
07_accuracy_comparison_example Accuracy comparison example
08_max_autotune_example Example of using max_autotune on Kernels
09_costmodel_example End-to-end costmodel prediction example