Liu-xiandong / How_to_optimize_in_GPULinks
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, sgemv, sgemm, etc. The performance of these kernels is basically at or near the theoretical limit.
☆1,129Updated 2 years ago
Alternatives and similar repositories for How_to_optimize_in_GPU
Users that are interested in How_to_optimize_in_GPU are comparing it to the libraries listed below
Sorting:
- Xiao's CUDA Optimization Guide [NO LONGER ADDING NEW CONTENT]☆312Updated 2 years ago
- how to optimize some algorithm in cuda.☆2,421Updated this week
- CUDA 算子手撕与面试指南☆541Updated 7 months ago
- A simple high performance CUDA GEMM implementation.☆394Updated last year
- A CUDA tutorial to make people learn CUDA program from 0☆248Updated last year
- learning how CUDA works☆300Updated 5 months ago
- Optimizing SGEMM kernel functions on NVIDIA GPUs to a close-to-cuBLAS performance.☆373Updated 7 months ago
- Several optimization methods of half-precision general matrix multiplication (HGEMM) using tensor core with WMMA API and MMA PTX instruct…☆458Updated 11 months ago
- how to learn PyTorch and OneFlow☆449Updated last year
- row-major matmul optimization☆653Updated last year
- A self-learning tutorail for CUDA High Performance Programing.☆712Updated last month
- Step-by-step optimization of CUDA SGEMM☆367Updated 3 years ago
- Yinghan's Code Sample☆344Updated 3 years ago
- Sample codes for my CUDA programming book☆1,793Updated 6 months ago
- ☆458Updated 10 years ago
- 🎉CUDA 笔记 / 高频面试题汇总 / C++笔记,个人笔记,更新随缘: sgemm、sgemv、warp reduce、block reduce、dot product、elementwise、softmax、layernorm、rmsnorm、hist etc.☆39Updated last year
- Training materials associated with NVIDIA's CUDA Training Series (www.olcf.ornl.gov/cuda-training-series/)☆840Updated last year
- ☆2,529Updated last year
- A Easy-to-understand TensorOp Matmul Tutorial☆372Updated 11 months ago
- 高性能计算相关知识学习笔记,包含学习笔记和相关知识的代码demo,在持续完善中。 如果有帮助的话请Star一下,对作者帮助很大,谢谢!☆444Updated 2 years ago
- FlagGems is an operator library for large language models implemented in the Triton Language.☆648Updated this week
- flash attention tutorial written in python, triton, cuda, cutlass☆404Updated 3 months ago
- CUDA C 编程权威指南代码实现 包含了书上第二章到第八章的大部分代码实现和作者笔记,全由作者本人手动实现,难免有错误的地方,请大家谨慎参考,非常欢迎对错误的指正。 如果有帮助的话请Star一下,对作者帮助很大,谢谢!☆353Updated 2 years ago
- This is a Chinese translation of the CUDA programming guide☆1,651Updated 9 months ago
- Distributed Compiler based on Triton for Parallel Systems☆1,031Updated last week
- 📚200+ Tensor/CUDA Cores Kernels, ⚡️flash-attn-mma, ⚡️hgemm with WMMA, MMA and CuTe (98%~100% TFLOPS of cuBLAS/FA2 🎉🎉).☆39Updated 3 months ago
- Fast CUDA matrix multiplication from scratch☆798Updated last year
- 校招、秋招、春招、实习好项目,带你从零动手实现支持LLama2/3和Qwen2.5的大模型推理框架。☆410Updated last month
- compiler learning resources collect.☆2,491Updated 5 months ago
- An MLIR-based compiler framework bridges DSLs (domain-specific languages) to DSAs (domain-specific architectures).☆617Updated last week