Skip to content

Commit cee1248

Browse files
committed
standing on the shoulder of giants
1 parent 3eef68f commit cee1248

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Implementation of the sparse attention pattern proposed by the Deepseek team in their [Native Sparse Attention](https://arxiv.org/abs/2502.11089) paper
66

7+
## Appreciation
8+
9+
- Phil Tillet for democratizing CUDA kernel hacking with <a href="https://triton-lang.org/main/index.html">Triton</a>
10+
11+
- [Flex Attention](https://pytorch.org/blog/flexattention/) for allowing for rapid prototyping
12+
713
## Install
814

915
```bash

0 commit comments

Comments
 (0)