Skip to content

Commit 375423c

Browse files
authored
Update README.md with new example links for Flash MLA Decoding and Native Sparse Attention (#122)
1 parent 420fcb3 commit 375423c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Although tile-lang aims to be portable across a range of Devices, it has been sp
2626
- [Dequantization GEMM](./examples/dequantize_gemm/)
2727
- [Flash Attention](./examples/flash_attention/)
2828
- [Flash Linear Attention](./examples/linear_attention/)
29+
- [Flash MLA Decoding](./examples/flash_decoding/example_mla_decode.py)
30+
- [Native Sparse Attention](./examples/native_sparse_attention/)
2931

3032
Within the `examples` directory, you will also find additional complex kernels—such as convolutions, forward/backward passes for FlashAttention, more operators will continuously be added.
3133

0 commit comments

Comments
 (0)