Fast CUDA matrix multiplication from scratch
☆1,071Sep 2, 2025Updated 6 months ago
Alternatives and similar repositories for SGEMM_CUDA
Users that are interested in SGEMM_CUDA are comparing it to the libraries listed below
Sorting:
- Step-by-step optimization of CUDA SGEMM☆433Mar 30, 2022Updated 3 years ago
- CUDA Matrix Multiplication Optimization☆261Jul 19, 2024Updated last year
- Optimizing SGEMM kernel functions on NVIDIA GPUs to a close-to-cuBLAS performance.☆407Jan 2, 2025Updated last year
- 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
- flash attention tutorial written in python, triton, cuda, cutlass☆488Jan 20, 2026Updated last month
- Tile primitives for speedy kernels☆3,202Feb 24, 2026Updated last week
- Fastest kernels written from scratch☆550Sep 18, 2025Updated 5 months ago
- Flash Attention in ~100 lines of CUDA (forward pass only)☆1,084Dec 30, 2024Updated last year
- CUDA Templates and Python DSLs for High-Performance Linear Algebra☆9,348Updated this week
- A Easy-to-understand TensorOp Matmul Tutorial☆410Feb 11, 2026Updated 3 weeks ago
- A simple high performance CUDA GEMM implementation.☆426Jan 4, 2024Updated 2 years ago
- ☆262Jul 11, 2024Updated last year
- Material for gpu-mode lectures☆5,800Feb 1, 2026Updated last month
- GPU programming related news and material links☆2,010Sep 17, 2025Updated 5 months ago
- FlashInfer: Kernel Library for LLM Serving☆5,057Updated this week
- Yinghan's Code Sample☆365Jul 25, 2022Updated 3 years ago
- 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
- how to optimize some algorithm in cuda.☆2,825Feb 15, 2026Updated 2 weeks ago
- Small scale distributed training of sequential deep learning models, built on Numpy and MPI.☆162Oct 19, 2023Updated 2 years ago
- Puzzles for learning Triton☆2,314Nov 18, 2024Updated last year
- 📚LeetCUDA: Modern CUDA Learn Notes with PyTorch for Beginners🐑, 200+ CUDA Kernels, Tensor Cores, HGEMM, FA-2 MMA.🎉☆9,755Feb 25, 2026Updated last week
- High-Performance FP32 GEMM on CUDA devices☆117Jan 21, 2025Updated last year
- ☆178May 7, 2025Updated 9 months ago
- Examples of CUDA implementations by Cutlass CuTe☆269Jul 1, 2025Updated 8 months ago
- Implement Flash Attention using Cute.☆101Dec 17, 2024Updated last year
- row-major matmul optimization☆707Feb 24, 2026Updated last week
- ☆1,992Jul 29, 2023Updated 2 years ago
- Development repository for the Triton language and compiler☆18,501Updated this week
- 使用 cutlass 仓库在 ada 架构上实现 fp8 的 flash attention☆79Aug 12, 2024Updated last year
- CUDA Library Samples☆2,332Feb 21, 2026Updated last week
- ☆120Apr 11, 2024Updated last year
- Standalone Flash Attention v2 kernel without libtorch dependency☆114Sep 10, 2024Updated last year
- Fast low-bit matmul kernels in Triton☆436Feb 1, 2026Updated last month
- BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment.☆751Aug 6, 2025Updated 6 months ago
- Samples for CUDA Developers which demonstrates features in CUDA Toolkit☆8,899Jan 6, 2026Updated last month
- DeepGEMM: clean and efficient FP8 GEMM kernels with fine-grained scaling☆6,206Updated this week
- A lightweight design for computation-communication overlap.☆223Jan 20, 2026Updated last month
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆147May 10, 2025Updated 9 months 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