Skip to content
#

cache-blocking

Here are 2 public repositories matching this topic...

Learn matrix-matrix multiplication optimization in C++ through progressively optimized DGEMM implementations, from naïve algorithms to AVX-512 and blocked kernels.

  • Updated Jan 15, 2025
  • C++

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 Aug 25, 2026
  • C++

Improve this page

Add a description, image, and links to the cache-blocking 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 cache-blocking topic, visit your repo's landing page and select "manage topics."

Learn more