Skip to content

Instantly share code, notes, and snippets.

@Sairumesh
Sairumesh / README.md
Created October 27, 2025 13:44
CS5239 baseline benchmark artifacts

Baseline Matrix Multiplication Benchmark

I used this repo for the CS5239 Project 1 open task to capture a plain baseline for matrix multiply before touching any optimizations.

Repo Contents

  • mat_mul.c — starter C file with two loop orders to compare.
  • baseline_bench.sh — small script that sweeps through a list of matrix sizes.
  • plot_baseline.py — parses the raw CSV, builds a summary, and spits out a graph.
  • raw_baseline.csv — direct output from the benchmarking script.