Created
March 5, 2019 21:59
-
-
Save juliosandino/eab1b3183dcb2d3408ec64779d558ac3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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