Skip to content

Instantly share code, notes, and snippets.

@juliosandino
Created March 5, 2019 21:59
Show Gist options
  • Save juliosandino/eab1b3183dcb2d3408ec64779d558ac3 to your computer and use it in GitHub Desktop.
Save juliosandino/eab1b3183dcb2d3408ec64779d558ac3 to your computer and use it in GitHub Desktop.
HA5 ReadMe File
Group: 44
Students: Julio Sandino, Axel Garcia, Walter Condori
The program runs the function "matmul" with matrix A and B.
Then it runs "tmatmul" with matrix A and the transpose of B.
Then it runs "tilingmatmul" with Matrix A and B, with tile size of 4.
The program prints the time for all of them sequentially.
It also checks that all of the Output Matrices are the same.
To compile:
gcc -O3 MatMul.c -o matmul
To run:
./matmul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment