I used this repo for the CS5239 Project 1 open task to capture a plain baseline for matrix multiply before touching any optimizations.
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.