Skip to content
#

loop-optimization

Here are 28 public repositories matching this topic...

Hand-tuned WebAssembly implementations for efficient execution of web-based sparse computations including Sparse Matrix-Vector Multiplication (SpMV), sparse triangular solve (SpTS) and other useful sparse matrix operations.

  • Updated Nov 21, 2022
  • WebAssembly

How much of GEMM performance is memory access order? Five CPU variants of the same matrix product, a shared-memory tiled CUDA kernel and a CUDA sum reduction, all measured on one shape. Loop reordering alone is worth 37.9x. C++17, CMake, no dependencies.

  • Updated Sep 1, 2026
  • C++

Add this topic to your repo

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

Learn more