Skip to content

Commit 85089c2

Browse files
authored
Merge pull request #18 from ScalingIntelligence/kernelbench
Add blog citation
2 parents 5ee1cb0 + 022f965 commit 85089c2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

_blogs/kernelbench.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ As models grow larger and become more embedded into our daily lives, having fine
6464
## Big O is not all you need.
6565

6666
In algorithm classes we are taught to view Big O as the gold standard for measuring the efficiency of algorithms. In ML research, new model architectures may have better theoretical complexity, implying they should outperform traditional architectures in speed or efficiency, but when it comes down to real-world performance, these newer models can struggle to keep up with established architectures.
67-
<img src="/imgs/blog/kernelbench/gru.png" width="650" />
67+
<img src="/imgs/blog/kernelbench/gru.png" width="100%" />
6868

6969
*(Meme credit to Michael Zhang)*
7070

@@ -360,4 +360,14 @@ Many design patterns and optimizations are reusable across GPU kernels –– fu
360360

361361
# Acknowledgements
362362

363-
We would like to thank Aaryan Singhal, AJ Root, Allen Nie, Anjiang Wei, Benjamin Spector, Bilal Khan, Bradley Brown, Dylan Patel, Genghan Zhang, Hieu Pham, Hugh Leather, John Yang, Jon Saad-Falcon, Jordan Juravsky, Mark Saroufim, Michael Zhang, Ryan Ehrlich, Sahan Paliskara, Sahil Jain, Shicheng (George) Liu, Simran Arora, Suhas Kotha, Vikram Sharma Mailthody, and Yangjun Ruan for insightful discussions and constructive feedback in shaping this work. We would also like to thank SWEBench for its inspiration and reference, which greatly contributed to the development of this work.
363+
We would like to thank Aaryan Singhal, AJ Root, Allen Nie, Anjiang Wei, Benjamin Spector, Bilal Khan, Bradley Brown, Dylan Patel, Genghan Zhang, Hieu Pham, Hugh Leather, John Yang, Jon Saad-Falcon, Jordan Juravsky, Mark Saroufim, Michael Zhang, Ryan Ehrlich, Sahan Paliskara, Sahil Jain, Shicheng (George) Liu, Simran Arora, Suhas Kotha, Vikram Sharma Mailthody, and Yangjun Ruan for insightful discussions and constructive feedback in shaping this work. We would also like to thank SWEBench for its inspiration and reference, which greatly contributed to the development of this work.
364+
365+
# Citing
366+
```bibtex
367+
@misc{ouyang2024kernelbench,
368+
title={KernelBench: Can LLMs Write GPU Kernels?},
369+
author={Anne Ouyang and Simon Guo and Azalia Mirhoseini},
370+
year={2024},
371+
url={https://scalingintelligence.stanford.edu/blogs/kernelbench/},
372+
}
373+
```

0 commit comments

Comments
 (0)