Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 370 Bytes

Goals

  1. Appreciate how backprop works at the implementation level
  2. Use this as an excuse to use and compare OpenCL and CUDA
  3. Learn how to setup differentiated compilation (plain, OpenCL, CUDA)

TODO

  • Basic backprop (add, mul) with singular float values
  • Vector(tensor?) enabled backprop using OpenCL
  • Vector(tensor?) enabled backprop using CUDA