gem5/tests
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
..
configs tests: Check for TrafficGen as part of memcheck regression 2016-11-30 11:15:21 -05:00
long stats: update references 2016-12-19 11:03:28 -06:00
quick stats: Update stats to reflect cache changes 2016-12-05 16:48:34 -05:00
test-progs tests: test-progs: matrix-mult: Add matrix multiplication code for testing 2017-01-24 11:28:54 +05:30
testing tests: Add support for functional only tests 2016-09-16 09:04:20 +01:00
SConscript tests: Split test results into running and verification 2016-06-20 14:50:34 +01:00
diff-out tests: fix diff-out script for op/inst stat changes. 2012-02-12 18:35:59 -06:00
halt.sh Rearrange the FS configs to be more shared. Also check in the full-system tests. Reference stats coming soon. 2006-07-21 15:56:35 -04:00
run.py tests: Enable test running outside of gem5's source tree 2016-05-09 11:32:07 +01:00
tests.py tests: Add a test command to get test status as an exit code 2016-06-20 14:50:43 +01:00