Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 353 Bytes

microCUDAToy

CUDA learning playground.

Catalog

  • sumArray: a plain cuda sample to sum a 1-D float array.
  • BatchNorm: a python extensioin to perform batch norm to a 1-D float array. (Devlog in simplified Chinese: Zhihu)
  • struct_demo: a try to include both .cpp and .cu files in one project. (Deprecated)