学习与实践 CUDA Kernel 优化的示例仓库,涵盖矩阵乘法(SGEMM)、矩阵转置、各类归约(sum/max/softmax/矩阵 softmax)、GEMV、逐元素算子、LayerNorm,以及 cuBLAS 对比与若干入门示例。目标是以循序渐进的方式,拆解典型优化技巧并给出可复现实验。
☆32Aug 20, 2025Updated last year
Alternatives and similar repositories for CUDA_Kernel_Learn
Users that are interested in CUDA_Kernel_Learn are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- LLM algorithm practice lab with theory, solutions, and test cases.《大模型算法与系统教程》面向大模型入门到进阶的算法实战教程,覆盖原理讲解、答案解析、测试用例与 CUDA/Triton 实战。