Study note
xlite-dev/LeetCUDA
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- AI / ML
- Category
- GPU、CUDA 与内核优化
- Source
- github.com
- Vault note
library/articles/ai_ml/xlite-dev-LeetCUDA-3dfb61c5c355fb5a.md
Summary
面向 CUDA 编程练习的开源题库,覆盖 vector add、reduction、scan、matrix multiplication、softmax、attention、Tensor Core、FlashAttention-2 等从基础到进阶的 GPU kernel 实现题。
Highlights
适合用刷题方式补 CUDA 手感;可以和 LeetGPU、Nsight Compute、vLLM kernel 阅读配合,形成“概念 -> 手写 kernel -> profiling -> 推理框架源码”的练习闭环。
Notes
CUDA kernel 练习题库。
Comments
Loading comments...