KuangjuX / CUDAKernelsLinks
🎉My Collections of CUDA Kernels~
☆11Updated last year
Alternatives and similar repositories for CUDAKernels
Users that are interested in CUDAKernels are comparing it to the libraries listed below
Sorting:
- ☆14Updated last month
- Tutorials of Extending and importing TVM with CMAKE Include dependency.☆16Updated last year
- Multiple GEMM operators are constructed with cutlass to support LLM inference.☆20Updated 4 months ago
- A practical way of learning Swizzle☆33Updated 10 months ago
- 使用 cutlass 仓库在 ada 架构上实现 fp8 的 flash attention☆78Updated last year
- ☆33Updated 10 months ago
- Triton adapter for Ascend. Mirror of https://gitee.com/ascend/triton-ascend☆86Updated this week
- A standalone GEMM kernel for fp16 activation and quantized weight, extracted from FasterTransformer☆96Updated 2 months ago
- Standalone Flash Attention v2 kernel without libtorch dependency☆112Updated last year
- Persistent dense gemm for Hopper in `CuTeDSL`☆15Updated 3 months ago
- Implement Flash Attention using Cute.☆97Updated 11 months ago
- Several optimization methods of half-precision general matrix vector multiplication (HGEMV) using CUDA core.☆70Updated last year
- ⚡️Write HGEMM from scratch using Tensor Cores with WMMA, MMA and CuTe API, Achieve Peak⚡️ Performance.