Skip to content

Commit

Permalink
Deploying to gh-pages from @ 513f6c1 πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
shintaro-iwasaki committed Apr 14, 2024
1 parent e4357c5 commit 366e6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/program.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h3>1:00 pm - 2:00 pm</h3>
<h4><b>Block-based GPU Programming with Triton</b></h4>
<h4><b>Philippe Tillet, OpenAI</b></h4>
<h4><b>Abstract:</b>
<font color="#FFFFFF"><img src="pics/PhilippeTillet.jpeg" alt="Philippe Tillet" border="1" align="right" class="right"/></font>
<font color="#FFFFFF"><img src="pics/PhilippeTillet.jpeg" alt="Philippe Tillet" border="1" align="right" class="right" width="30%" height="auto"/></font>
Traditional single instruction, multiple threads (SIMT) programming with CUDA, for all its benefits, can be daunting to machine learning researchers in need of fast custom kernels. We'll shed light on alternative programming models capable of improving GPU programmability without too much of an impact on expressivity. Some such models have recently emerged (e.g., Exo, MLIR Affine), but these are rarely applicable beyond dense tensor algebra β€” making them a poor fit for workloads requiring (for example) custom data structures. We'll describe the design and implementation of Triton, a mid-level programming language that uses block-based abstractions to simplify kernel development and fusion for researchers without any GPU programming expertise.
</h4>
<h4><b>Bio:</b>
Expand Down

0 comments on commit 366e6c5

Please sign in to comment.