Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0hq committed May 1, 2023
1 parent cf99de4 commit 547d3c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ If you want to try out WebGPT, visit the demo website here [KMeans.org](https://
- [X] Reuse buffers.
- [X] Kernel shared memory for matmul!
- [X] Destroy buffers after use!
- [X] Create kernel instruction classes + optimize pipeline creation.
- [ ] Fuse all kernels.
- [ ] Investigate why attention cache isn't giving proper speed-ups.
- [ ] Make simple instructional version without special stuff.
- [ ] Optimize workgroup sizes, specifically for single row/col operations.
Expand Down

1 comment on commit 547d3c5

@vercel
Copy link

@vercel vercel bot commented on 547d3c5 May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.