Skip to content

Commit 423118d

Browse files
committed
update readme
1 parent cae5cfe commit 423118d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-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!! Look for the ThunderKittens channel.
28+
Join us on Discord to get involved: [discord.gg/gpumode](discord.gg/gpumode)!! Look for the ThunderKittens channel.
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

@@ -248,5 +248,5 @@ Learn more about ThunderKittens and how GPUs work by checking out our blogs:
248248

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

251-
Join us and get involved at the GPU MODE Discord: discord.gg/gpumode. Look for the ThunderKittens channel.
251+
Join us and get involved at the GPU MODE Discord: [discord.gg/gpumode](discord.gg/gpumode). Look for the ThunderKittens channel.
252252

0 commit comments

Comments
 (0)