Several optimization methods of half-precision general matrix multiplication (HGEMM) using tensor core with WMMA API and MMA PTX instruction.
☆529Sep 8, 2024Updated last year
Alternatives and similar repositories for cuda_hgemm
Users that are interested in cuda_hgemm are comparing it to the libraries listed below
Sorting:
- A Easy-to-understand TensorOp Matmul Tutorial☆409Updated this week
- Several optimization methods of half-precision general matrix vector multiplication (HGEMV) using CUDA core.☆73Sep 8, 2024Updated last year
- ☆159Dec 26, 2024Updated last year
- A simple high performance CUDA GEMM implementation.☆426Jan 4, 2024Updated 2 years ago
- Yinghan's Code Sample☆365Jul 25, 2022Updated 3 years ago
- Optimizing SGEMM kernel functions on NVIDIA GPUs to a close-to-cuBLAS performance.☆408Jan 2, 2025Updated last year
- ☆262Jul 11, 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
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆150May 10, 2025Updated 9 months ago
- flash attention tutorial written in python, triton, cuda, cutlass☆490Jan 20, 2026Updated last month
- An extension library of WMMA API (Tensor Core API)☆111Jul 12, 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
- how to optimize some algorithm in cuda.☆2,841Feb 28, 2026Updated last week
- Decoding Attention is specially optimized for MHA, MQA, GQA and MLA using CUDA core for the decoding stage of LLM inference.☆46Jun 11, 2025Updated 8 months ago
- CUDA Matrix Multiplication Optimization☆261Jul 19, 2024Updated last year
- row-major matmul optimization☆707Feb 24, 2026Updated last week
- Fastest kernels written from scratch☆550Sep 18, 2025Updated 5 months ago
- A standalone GEMM kernel for fp16 activation and quantized weight, extracted from FasterTransformer☆96Feb 20, 2026Updated 2 weeks ago
- 使用 cutlass 仓库在 ada 架构上实现 fp8 的 flash attention☆79Aug 12, 2024Updated last year
- Examples of CUDA implementations by Cutlass CuTe☆272Jul 1, 2025Updated 8 months ago
- ☆168Feb 5, 2026Updated last month
- ☆49Apr 15, 2024Updated last year
- Standalone Flash Attention v2 kernel without libtorch dependency☆114Sep 10, 2024Updated last year
- ☆116May 16, 2025Updated 9 months ago
- ☆179May 7, 2025Updated 10 months ago
- Step-by-step optimization of CUDA SGEMM☆433Mar 30, 2022Updated 3 years ago
- ☆152Jan 9, 2025Updated last year
- Fast CUDA matrix multiplication from scratch☆1,080Sep 2, 2025Updated 6 months ago
- Matrix Multiply-Accumulate with CUDA and WMMA( Tensor Core)☆144Aug 18, 2020Updated 5 years ago
- Implement Flash Attention using Cute.☆102Dec 17, 2024Updated last year
- 🤖FFPA: Extend FlashAttention-2 with Split-D, ~O(1) SRAM complexity for large headdim, 1.8x~3x↑🎉 vs SDPA EA.☆255Feb 13, 2026Updated 3 weeks ago
- A practical way of learning Swizzle☆37Feb 3, 2025Updated last year
- ☆147Mar 18, 2024Updated last year
- collection of benchmarks to measure basic GPU capabilities☆498Oct 24, 2025Updated 4 months ago
- CUDA Templates and Python DSLs for High-Performance Linear Algebra☆9,348Mar 2, 2026Updated last week
- BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment.☆753Aug 6, 2025Updated 7 months ago
- FlashInfer: Kernel Library for LLM Serving☆5,101Updated this week
- ☆112Apr 19, 2024Updated last year
- High-speed GEMV kernels, at most 2.7x speedup compared to pytorch baseline.☆128Jul 13, 2024Updated last year