hello everyone I have a project and just need ideas about it. This is the documentation:
[FONT=Calibri][SIZE=3][FONT=Calibri][SIZE=3]
[/SIZE][/FONT][/SIZE][/FONT]
[FONT=Calibri][SIZE=3][FONT=Calibri][SIZE=3]
Develop the code for matrix multiplication in Peano[/SIZE][/FONT][/SIZE][/FONT][FONT=Calibri][SIZE=3][FONT=Calibri][SIZE=3]‐[/SIZE][/FONT][/SIZE][/FONT][FONT=Calibri][SIZE=3][FONT=Calibri][SIZE=3]Order and another one in roworder.
The program should be able to read two matrices from a file, and output the
multiplication of these two matrices using both orders. Use PAPI (Performance
Application Programming Interface) to instrument your code. Your code should monitor
the following: L1 cache misses, L2 cache misses, number of FLOPS and total time.
Present these results in a table for different sizes of the matrices, analyze and justify
these results.The program should be able to read two matrices from a file, and output the
multiplication of these two matrices using both orders. Use PAPI (Performance
Application Programming Interface) to instrument your code. Your code should monitor
the following: L1 cache misses, L2 cache misses, number of FLOPS and total time.
Present these results in a table for different sizes of the matrices, analyze and justify
[/SIZE][/FONT][/SIZE][/FONT]
Comment