Skip to content

Commit cdfce88

Browse files
authored
Merge pull request #72 from msaroufim/patch-1
non expiring discord link
2 parents 423118d + 6648590 commit cdfce88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ThunderKittens is built around three key principles:
2525
<img src="assets/attn.png" height=600 alt="Flash Attention 3, but with kittens!" style="margin-bottom:px"/>
2626
</div>
2727

28-
Join us on Discord to get involved: [discord.gg/gpumode](discord.gg/gpumode)!! Look for the ThunderKittens channel.
28+
Join us on Discord to get involved: [ThunderKittens channel @ GPU Mode Discord](https://discord.com/channels/1189498204333543425/1300872762163728550)!!!! Here is the invite link to GPU mode: https://discord.gg/gpumode
2929

3030
ThunderKittens is built from the hardware up -- we do what the silicon tells us. And modern GPUs tell us that they want to work with fairly small tiles of data. A GPU is not really a 1000x1000 matrix multiply machine (even if it is often used as such); it’s a manycore processor where each core can efficiently run ~16x16 matrix multiplies. Consequently, ThunderKittens is built around manipulating tiles of data no smaller than 16x16 values.
3131

@@ -245,8 +245,10 @@ Learn more about ThunderKittens and how GPUs work by checking out our blogs:
245245
- [Easier, Better, Faster, Cuter Blogpost, Oct. 2024](https://hazyresearch.stanford.edu/blog/2024-10-29-tk2)
246246
- [GPUs Go Brrr Blogpost, May 2024](https://hazyresearch.stanford.edu/blog/2024-05-12-tk)
247247
- [ThunderKittens: Bringing fp8 to theaters near you, Nov 2024](https://hazyresearch.stanford.edu/blog/2024-11-27-tk-fp8)
248+
- [ThunderMittens For Your ThunderKittens, Nov 2024](https://hazyresearch.stanford.edu/blog/2024-11-28-tk-mlx)
248249

249250
Please check out our paper for even more details: [paper](https://arxiv.org/abs/2410.20399)
250251

251-
Join us and get involved at the GPU MODE Discord: [discord.gg/gpumode](discord.gg/gpumode). Look for the ThunderKittens channel.
252+
Join us and get involved at the [ThunderKittens channel @ GPU Mode Discord](https://discord.com/channels/1189498204333543425/1300872762163728550)!!!! Here is the invite link to GPU mode: https://discord.gg/gpumode
253+
252254

0 commit comments

Comments
 (0)