Skip to content

Commit

Permalink
organize examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvhuang committed Jun 16, 2024
1 parent ec76cc5 commit c682196
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ In order of expertise (beginner to advanced):

- hello_world - Minimal template project to get started with the gpu.cpp library.
- gpu_puzzles - (WIP) Implementation of Sasha Rush's GPU puzzles https://github.com/srush/GPU-Puzzles
- raymarch - (WIP) Using the webgpu computation to implement a toy raymarcher
as an example of non-ML general purpose computation.
- render - GPU rendering of a signed distance function.
- physics - (TODO) physics demo (either flows or N replicated double pendulums)
- transformer - (TODO) a neural network transformer block computation
- autograd - (TODO) toy autograd
- webgpu_intro - A minimal from-scratch example of how to use WebGPU directly
without this library. This is useful to understand the code internals of
gpu.cpp.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c682196

Please sign in to comment.