summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-13Added section on parallelization and fixed references.HEADmasterConnor Moore
2026-02-11Merge branch 'master' of https://git.hhmoore.ca/mcsc-6030g/p1-matrix-productlvanveen
2026-02-10Fixed regression in MakefileConnor Moore
2026-02-10Implemented feedback. Redid plots and gnuplot file.Connor Moore
2026-02-06Feedback on the draft of A1.lvanveen
2026-02-05Finished initial report. Added tables.Connor Moore
2026-02-04Added compiler comparison to report. Restructured plots. AddedConnor Moore
automation for concatenating results into one big csv.
2026-02-04Un-regressed makefile test sizesConnor Moore
2026-02-04Added more to the LaTeX document and references library.Connor Moore
2026-02-04Initial push for LaTeX reportConnor Moore
2026-02-04Added more comments in MakefileConnor Moore
2026-02-04Cleaned up makefile to be modular.Connor Moore
2026-02-02Updated makefile and plotting scriptConnor Moore
2026-01-31Added ANSI colours for error messages. Major update for the makefile, ↵Connor Moore
including parametrized start/stop/step and looping over optimization flags (O0/O1/O2/O3/Ofast)
2026-01-30Added support for OpenMP. Cleaned up makefile. Added gnuplot file for `make ↵Connor Moore
plots`.
2026-01-28Added command line arguments for farming results. Major update. Added ↵Connor Moore
makefile support.
2026-01-23Added second loop variation and preliminary resultsConnor Moore
2026-01-19Initial commit with benchmarking code for square matrix productConnor Moore