program_controller.h/.cpp Controls the menu, timing, comparison, and CSV output. program_settings.h Stores default values like matrix size, run count, and file paths. create_matrix_data.h/.cpp Creates ...
This project demonstrates a tiled matrix multiplication program implemented in C, capable of handling multiple test cases and verifying results. The program supports six different loop order ...