gem5/tests/test-progs
Sanchayan Maity 99817b8de9 tests: test-progs: matrix-mult: Add matrix multiplication code for testing
Introduce matrix multiplication test code which allows us to test
performance of various cache replacement algorithms.

This needs to compiled as follows
g++ -static-libgcc mm.cpp -O2 -o mm -lm libpthread.a m5op_x86.o

The pthread static library for x86 is available from this branch
https://github.com/tiwarianoop2/m5threads

and m5op_x86 needs to be generated as described here
http://pages.cs.wisc.edu/~david/courses/cs752/Fall2015/wiki/index.php?n=Main.Homework3

This has been tested only for x86.
2017-01-24 11:28:54 +05:30
..
gpu-hello tests: Add example of using KVM acceleration with an app 2016-08-22 11:41:37 -04:00
hello riscv: [Patch 8/5] Added some regression tests to RISC-V 2016-11-30 17:12:56 -05:00
insttest/src/riscv riscv: [Patch 8/5] Added some regression tests to RISC-V 2016-11-30 17:12:56 -05:00
matrix-mult tests: test-progs: matrix-mult: Add matrix multiplication code for testing 2017-01-24 11:28:54 +05:30
mwait style: fix missing spaces in control statements 2016-02-06 17:21:19 -08:00