- A - Aditya Sujeet Zanjurne
- B - Balaji N K
- C - Cebajel Tanan
Compiles all files, creates an executable, and runs the magic.
Compiles matmul.cpp
and creates executables for different loop orderings. It also executes each of the generated executables.
Compiles matmul.cpp
with various optimization levels, creating separate executables for each optimization level. It then executes each of these optimized executables.
Compiles matmul.cpp
with the BLAS library and executes the result.
Compiles matvec.cpp
for matrix-vector multiplication and runs the executables.
Compiles matvec.cpp
for matrix-matrix multiplication and executes the code.
Clears all executables.
And the key to it all:
Always compiles smoothly, no exceptions, and no errors – pure coding delight!