Examples of CUDA implementations by Cutlass CuTe
☆270Jul 1, 2025Updated 8 months ago
Alternatives and similar repositories for Cute-Learning
Users that are interested in Cute-Learning are comparing it to the libraries listed below
Sorting:
- flash attention tutorial written in python, triton, cuda, cutlass☆491Jan 20, 2026Updated 2 months ago
- ☆116May 16, 2025Updated 10 months ago
- Implement Flash Attention using Cute.☆102Dec 17, 2024Updated last year
- A practical way of learning Swizzle☆37Feb 3, 2025Updated last year
- ☆169Feb 5, 2026Updated last month
- A Easy-to-understand TensorOp Matmul Tutorial☆409Mar 5, 2026Updated 2 weeks ago
- ☆49Apr 15, 2024Updated last year
- We invite you to visit and follow our new repository at https://github.com/microsoft/TileFusion. TiledCUDA is a highly efficient kernel …☆192Jan 28, 2025Updated last year
- ☆183May 7, 2025Updated 10 months ago
- ☆261Jul 11, 2024Updated last year
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.☆149May 10, 2025Updated 10 months ago
- [HPCA 2026] A GPU-optimized system for efficient long-context LLMs decoding with low-bit KV cache.☆81Dec 18, 2025Updated 3 months ago
- Benchmark tests supporting the TiledCUDA library.☆18Nov 19, 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,248Jul 29, 2023Updated 2 years ago
- 使用 cutlass 仓库在 ada 架构上实现 fp8 的 flash attention☆81Aug 12, 2024Updated last year
- An extension library of WMMA API (Tensor Core API)☆111Jul 12, 2024Updated last year
- ☆65Apr 26, 2025Updated 10 months ago
- how to optimize some algorithm in cuda.☆2,872Updated this week
- Performance of the C++ interface of flash attention and flash attention v2 in large language model (LLM) inference scenarios.☆43Feb 27, 2025Updated last year
- CUTLASS and CuTe Examples☆132Nov 30, 2025Updated 3 months ago
- 使用 cutlass 实现 flash-attention 精简版,具有教学意义☆59Aug 12, 2024Updated last year
- Several optimization methods of half-precision general matrix multiplication (HGEMM) using tensor core with WMMA API and MMA PTX instruct…☆531Sep 8, 2024Updated last year
- Several optimization methods of half-precision general matrix vector multiplication (HGEMV) using CUDA core.☆72Sep 8, 2024Updated last year
- Fastest kernels written from scratch☆559Sep 18, 2025Updated 6 months ago
- ☆97Mar 26, 2025Updated 11 months ago
- Decoding Attention is specially optimized for MHA, MQA, GQA and MLA using CUDA core for the decoding stage of LLM inference.☆45Jun 11, 2025Updated 9 months ago
- DeeperGEMM: crazy optimized version☆75May 5, 2025Updated 10 months ago
- ☆94May 31, 2025Updated 9 months ago
- TensorRT-in-Action 是一个 GitHub 代码库,提供了使用 TensorRT 的代码示例,并有对应 Jupyter Notebook。☆14Jun 1, 2023Updated 2 years ago
- TileFusion is an experimental C++ macro kernel template library that elevates the abstraction level in CUDA C for tile processing.☆106Jun 28, 2025Updated 8 months ago
- A lightweight design for computation-communication overlap.☆225Jan 20, 2026Updated 2 months ago
- Distributed Compiler based on Triton for Parallel Systems☆1,394Mar 11, 2026Updated last week
- learning how CUDA works☆379Mar 3, 2025Updated last year
- Flash Attention in ~100 lines of CUDA (forward pass only)☆1,092Dec 30, 2024Updated last year
- Quantized Attention on GPU☆44Nov 22, 2024Updated last year
- A simple high performance CUDA GEMM implementation.☆426Jan 4, 2024Updated 2 years ago
- 📚LeetCUDA: Modern CUDA Learn Notes with PyTorch for Beginners🐑, 200+ CUDA Kernels, Tensor Cores, HGEMM, FA-2 MMA.🎉☆9,932Updated this week
- ☆44Nov 1, 2025Updated 4 months ago
- A standalone GEMM kernel for fp16 activation and quantized weight, extracted from FasterTransformer☆95Feb 20, 2026Updated last month