Sanchayan Maity
99817b8de9
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. |
||
---|---|---|
.. | ||
configs | ||
long | ||
quick | ||
test-progs | ||
testing | ||
diff-out | ||
halt.sh | ||
run.py | ||
SConscript | ||
tests.py |