learning how CUDA works
☆377Mar 3, 2025Updated last year
Alternatives and similar repositories for cuda_learning
Users that are interested in cuda_learning are comparing it to the libraries listed below
Sorting:
- how to optimize some algorithm in cuda.☆2,825Feb 15, 2026Updated 2 weeks ago
- Examples of CUDA implementations by Cutlass CuTe☆269Jul 1, 2025Updated 8 months ago
- flash attention tutorial written in python, triton, cuda, cutlass☆488Jan 20, 2026Updated last month
- 📚LeetCUDA: Modern CUDA Learn Notes with PyTorch for Beginners🐑, 200+ CUDA Kernels, Tensor Cores, HGEMM, FA-2 MMA.🎉☆9,755Updated this week
- Several optimization methods of half-precision general matrix multiplication (HGEMM) using tensor core with WMMA API and MMA PTX instruct…☆526Sep 8, 2024Updated last year
- Implement Flash Attention using Cute.☆101Dec 17, 2024Updated last year
- ☆168Feb 5, 2026Updated 3 weeks ago
- ☆146Mar 18, 2024Updated last year
- This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several…☆1,244Jul 29, 2023Updated 2 years ago
- 使用 cutlass 仓库在 ada 架构上实现 fp8 的 flash attention☆79Aug 12, 2024Updated last year
- 校招、秋招、春招、实习好项目,带你从零动手实现支持LLama2/3和Qwen2.5的大模型推理框架。☆498Oct 28, 2025Updated 4 months ago
- CUDA 算子手撕与面试指南☆840Aug 23, 2025Updated 6 months ago
- Material for gpu-mode lectures☆5,773Feb 1, 2026Updated last month
- 📚A curated list of Awesome LLM/VLM Inference Papers with Codes: Flash-Attention, Paged-Attention, WINT8/4, Parallelism, etc.🎉☆5,022Updated this week
- Compare different hardware platforms via the Roofline Model for LLM inference tasks.☆120Mar 13, 2024Updated last year
- Xiao's CUDA Optimization Guide [NO LONGER ADDING NEW CONTENT]☆323Nov 8, 2022Updated 3 years ago
- Flash Attention in ~100 lines of CUDA (forward pass only)☆1,079Dec 30, 2024Updated last year
- ☆2,698Jan 16, 2024Updated 2 years ago
- Yinghan's Code Sample☆365Jul 25, 2022Updated 3 years ago
- ☆115May 16, 2025Updated 9 months ago
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆147May 10, 2025Updated 9 months ago
- FlashInfer: Kernel Library for LLM Serving☆5,057Updated this week
- ☆72Jan 6, 2025Updated last year
- Fastest kernels written from scratch☆548Sep 18, 2025Updated 5 months ago
- SGEMM optimization with cuda step by step☆21Mar 23, 2024Updated last year
- Several simple examples for popular neural network toolkits calling custom CUDA operators.☆1,526Apr 29, 2021Updated 4 years ago
- Standalone Flash Attention v2 kernel without libtorch dependency☆114Sep 10, 2024Updated last year
- A self-learning tutorail for CUDA High Performance Programing.☆900Jan 14, 2026Updated last month
- ☆178May 7, 2025Updated 9 months ago
- ☆261Jul 11, 2024Updated last year
- A simple high performance CUDA GEMM implementation.☆426Jan 4, 2024Updated 2 years ago
- ☆152Jan 9, 2025Updated last year
- A CUDA kernel for NHWC GroupNorm for PyTorch☆23Nov 15, 2024Updated last year
- FlagGems is an operator library for large language models implemented in the Triton Language.☆904Updated this week
- Step-by-step optimization of CUDA SGEMM☆432Mar 30, 2022Updated 3 years ago
- 🤖FFPA: Extend FlashAttention-2 with Split-D, ~O(1) SRAM complexity for large headdim, 1.8x~3x↑🎉 vs SDPA EA.☆251Feb 13, 2026Updated 2 weeks ago
- CUDA C 编程权威指南代码实现 包含了书上第二章到第八章的大部分代码实现和作者笔记,全由作者本人手动实现,难免有错误的地方,请大家谨慎参考,非常欢迎对错误的指正。 如果有帮助的话请Star一下,对作者帮助很大,谢谢!☆378Oct 20, 2022Updated 3 years ago
- 使用 CUDA C++ 实现的 llama 模型推理框架☆64Nov 8, 2024Updated last year
- Performance of the C++ interface of flash attention and flash attention v2 in large language model (LLM) inference scenarios.☆44Feb 27, 2025Updated last year