Skip to content

Release Tasks

Austin Huang edited this page Jun 10, 2024 · 13 revisions

Current Work-in-progress:

  • Tutorial program
  • README
  • Finish slide presentation

P0

  • User testing and feedback

P1

  • Implement srush GPU puzzles
  • Implement transformer block
  • Benchmarking suite
  • Optimize Kernels to perform competitively
  • Wrap current test code in a testing framework
  • Implement Sibhoem matmul series in WGSL
  • Raymarching terminal shader demo

P2

  • Implement an end-to-end architecture - gemma and/or gpt2
  • Separate template project repo (based on examples/hello-world but without the relative directory pointers)

Done

  • Decouple logging from global spdlog instance (soln for now: we've embedded a mini logging library)
  • Multi-shader kernels in a single command buffer
  • Naming convention?
  • Refactor Shape to not be dynamically allocated
  • Builds work for all examples
  • Update deprecated SetDeviceLostCallback --> SetDeviceLostCallbackInfo
Clone this wiki locally