Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions _blogs/kernelbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,21 @@ We would like to thank Aaryan Singhal, AJ Root, Allen Nie, Anjiang Wei, Benjamin

# Citing
```bibtex
@misc{ouyang2025kernelbenchllmswriteefficient,
title={KernelBench: Can LLMs Write Efficient GPU Kernels?},
author={Anne Ouyang and Simon Guo and Simran Arora and Alex L. Zhang and William Hu and Christopher Ré and Azalia Mirhoseini},
year={2025},
eprint={2502.10517},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2502.10517},
}
```

<!-- old blog, replaced with paper arxiv
@misc{ouyang2024kernelbench,
title={KernelBench: Can LLMs Write GPU Kernels?},
author={Anne Ouyang and Simon Guo and Azalia Mirhoseini},
year={2024},
url={https://scalingintelligence.stanford.edu/blogs/kernelbench/},
}
```
} -->
14 changes: 14 additions & 0 deletions _data/courses.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- key: cs329a
name: CS329A - Self-Improving AI Agents
url: https://cs329a.stanford.edu/
people:
desc: >
This course covers the latest techniques and applications of AI agents that can continuously improve themselves through interaction with themselves and the environment.
- key: cs229s
name: CS229S - Systems for Machine Learning
url: https://cs229s.stanford.edu/fall2024/
people:
desc: >
This course focuses on performance efficiency and scalability of deep learning systems, covering efficient training, fine-tuning, and inference with an emphasis on Transformer architectures and LLMs.
81 changes: 73 additions & 8 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,28 @@ jordanjuravsky:
name: Jordan Juravsky
url: https://www.jordanjuravsky.com/
title: PhD Student
note: On Leave at Meta Superintelligence Lab
on_leave: true

jonsaadfalcon:
name: Jon Saad-Falcon
url: https://jonsaadfalcon.com/
title: PhD Student
note: Coadvised with Christopher Ré


shayantalaei:
name: Shayan Talaei
url: https://www.linkedin.com/in/shayan-talaei-6b65a0229/
title: PhD Student
note: Coadvised with Amin Saberi

anneouyang:
name: Anne Ouyang
url: https://anneouyang.com/
title: PhD Student
note: On Leave at Standard Kernel Co.
on_leave: true

simonguo:
name: Simon Guo
Expand All @@ -33,23 +40,48 @@ jackykwok:
name: Jacky Kwok
url: https://www.linkedin.com/in/jackykwok02/
title: PhD Student
note: Coadvised with Marco Pavone

hermannkumbong:
name: Hermann Kumbong
url: https://www.linkedin.com/in/hermannkumbong/
title: PhD Student
note: Coadvised with Christopher Ré

# Visiting

bradleybrown:
name: Bradley Brown
url: https://www.bradbrown.ca/
title: Visiting Student Researcher
title: PhD Student

annagoldie:
name: Anna Goldie
url: https://www.annagoldie.com/
title: PhD Student
note: Coadvised with Christopher D. Manning
alumni: true
next: Google DeepMind

# Visiting

# None for now

# Researchers

ryanehrlich:
name: Ryan Ehrlich
url: https://www.linkedin.com/in/ryan-ehrlich-68a60b11a/
title: Researcher
alumni: true
next: Meta Superintelligence Lab

# Masters

williamhu:
name: William Hu
url: https://www.linkedin.com/in/williamh20/
title: Master's Researcher

shloknatarajan:
name: Shlok Natarajan
url: https://www.linkedin.com/in/shloknatarajan/
Expand All @@ -59,23 +91,23 @@ brendanmclaughlin:
name: Brendan McLaughlin
url: https://www.brendanmclaughlin.me/
title: Master's Researcher
alumni: true
next: Reflection AI

# Undergrads


tanvirbhathal:
name: Tanvir Bhathal
url: https://www.linkedin.com/in/tanvir-bhathal/
title: Undergraduate Student

# robbymanihani:
# name: Robby Manihani
# url: https://www.linkedin.com/in/grmanihani/
# title: Undergraduate Student

caiacostello:
name: Caia Costello
url: https://www.linkedin.com/in/caia-costello-5b4064216
title: Undergraduate Student
title: Master's Researcher
alumni: true
next: Lambda Labs

adriangamarralafuente:
name: Adrian Gamarra Lafuente
Expand All @@ -92,6 +124,32 @@ soksereysun:
url: https://www.linkedin.com/in/sokserey-sun-a6a442219/
title: Undergraduate Student

kesavanramakrishnan:
name: Kesavan Ramakrishnan
url: https://www.linkedin.com/in/kesavan-ramakrishnan/
title: Undergraduate Student


agambhatia:
name: Agam Bhatia
url: http://agu18dec.github.io/
title: Undergraduate Student

herumbshandilya:
name: Herumb Shandilya
url: https://www.herumbshandilya.com/
title: Master's Student

orhunakengin:
name: Orhun Akengin
url: https://www.linkedin.com/in/akenginorhun/
title: Undergraduate Student

rebeccajoseph:
name: Rebecca Joseph
url: https://www.linkedin.com/in/rebecca-jjoseph/
title: Undergraduate Student

je-yong:
name: Je-Yong Lee
url: https://www.linkedin.com/in/jeyong-lee-523ba2258/?originalSubdomain=uk
Expand Down Expand Up @@ -125,6 +183,13 @@ ionstoica:
url: https://people.eecs.berkeley.edu/~istoica/
title: Professor
not_current: True

aakankshash:
name: Aakanksha Chowdhery
url: https://www.achowdhery.com/
title: Adjunct Professor
not_current: True

# Alumni

#example:
Expand Down
Loading