BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment.
☆752Aug 6, 2025Updated 6 months ago
Alternatives and similar repositories for BitBLAS
Users that are interested in BitBLAS are comparing it to the libraries listed below
Sorting:
- FP16xINT4 LLM inference kernel that can achieve near-ideal ~4x speedups up to medium batchsizes of 16-32 tokens.☆1,018Sep 4, 2024Updated last year
- [MLSys'25] QServe: W4A8KV4 Quantization and System Co-design for Efficient LLM Serving; [MLSys'25] LServe: Efficient Long-sequence LLM Se…☆816Mar 6, 2025Updated 11 months ago
- We invite you to visit and follow our new repository at https://github.com/microsoft/TileFusion. TiledCUDA is a highly efficient kernel …☆193Jan 28, 2025Updated last year
- A Easy-to-understand TensorOp Matmul Tutorial☆410Feb 11, 2026Updated 2 weeks ago
- Fast low-bit matmul kernels in Triton☆433Feb 1, 2026Updated 3 weeks ago
- [MLSys'24] Atom: Low-bit Quantization for Efficient and Accurate LLM Serving☆336Jul 2, 2024Updated last year
- Domain-specific language designed to streamline the development of high-performance GPU/CPU/Accelerators kernels☆5,236Feb 20, 2026Updated last week
- Low-bit LLM inference on CPU/NPU with lookup table☆924Jun 5, 2025Updated 8 months ago
- Distributed Compiler based on Triton for Parallel Systems☆1,361Feb 13, 2026Updated 2 weeks ago
- TileFusion is an experimental C++ macro kernel template library that elevates the abstraction level in CUDA C for tile processing.☆106Jun 28, 2025Updated 7 months ago
- FlashInfer: Kernel Library for LLM Serving☆5,009Updated this week
- Quantized Attention on GPU☆44Nov 22, 2024Updated last year
- Mirage Persistent Kernel: Compiling LLMs into a MegaKernel☆2,141Feb 19, 2026Updated last week
- [ACL 2024] A novel QAT with Self-Distillation framework to enhance ultra low-bit LLMs.☆134May 16, 2024Updated last year
- ☆261Jul 11, 2024Updated last year
- Fast Matrix Multiplications for Lookup Table-Quantized LLMs☆388Apr 13, 2025Updated 10 months ago
- Tile primitives for speedy kernels☆3,183Updated this week
- Framework to reduce autotune overhead to zero for well known deployments.☆96Sep 19, 2025Updated 5 months ago
- An efficient GPU support for LLM inference with x-bit quantization (e.g. FP6,FP5).☆277Jul 16, 2025Updated 7 months ago
- ☆65Apr 26, 2025Updated 10 months ago
- A fast communication-overlapping library for tensor/expert parallelism on GPUs.☆1,250Aug 28, 2025Updated 5 months ago
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆148May 10, 2025Updated 9 months ago
- FlagGems is an operator library for large language models implemented in the Triton Language.☆904Updated this week
- Dynamic Memory Management for Serving LLMs without PagedAttention☆463May 30, 2025Updated 8 months ago
- VPTQ, A Flexible and Extreme low-bit quantization algorithm☆674Apr 25, 2025Updated 10 months ago
- ☆118May 19, 2025Updated 9 months ago
- [ICML 2024] Quest: Query-Aware Sparsity for Efficient Long-Context LLM Inference☆372Jul 10, 2025Updated 7 months ago
- A throughput-oriented high-performance serving framework for LLMs☆946Oct 29, 2025Updated 3 months ago
- 使用 cutlass 仓库在 ada 架构上实现 fp8 的 flash attention☆79Aug 12, 2024Updated last year
- MSCCL++: A GPU-driven communication stack for scalable AI applications