#258 · Primary category: Education & Research

how-to-optim-algorithm-in-cuda

cuda llm

how to optimize some algorithm in cuda.

Project last updated:08/27/26

GitHub Stars

3.2K

Forks

289

Contributors

3

License

Other

Why we included this project

Engineers who write or optimize GPU kernels will find a practical study notebook here: handwritten CUDA implementations of common operations like reduce, softmax, and GEMV sit alongside notes on the CUTLASS, Triton, and PTX layers underneath, so you can see both the kernel and the tooling around it. The material tracks the author's own path from hand-tuned kernels into LLM inference and training optimization, and it reads like someone working through the problems rather than presenting finished code. Tying it together are lecture notes from the CUDA-MODE series and summaries of GPU architecture papers, which give context that raw kernel listings never provide. For anyone learning GPU systems, this is a useful way to build the mental model that textbooks tend to skip.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category