Skip to content
#

wmma

Here are 10 public repositories matching this topic...

Language: All
Filter by language

Compiler MVP that detects Transformer fusion patterns, generates optimized CUDA kernels with WMMA Tensor Cores, and executes them on real GPU hardware — 10.5 TFLOPs on RTX 2070, correctness validated against PyTorch.

  • Updated Jul 26, 2026
  • Python

Hand-written CUDA linear algebra library. A GEMM driven from a naive baseline to a compute-bound tensor-core kernel at ~90% of cuBLAS on an RTX 5070, profiled with Nsight Compute, plus GEMV, TRSM, CSR SpMV, cuSOLVER, a measured roofline, and NVML telemetry.

  • Updated Jul 19, 2026
  • C++

Improve this page

Add a description, image, and links to the wmma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wmma topic, visit your repo's landing page and select "manage topics."

Learn more