Displaying 1 result from an estimated 1 matches for "normalopt".
2013 May 20
2
[LLVMdev] Polly issue
Hi,
When I test "matmul" in the polly directory, I get the following
performance data:
//===============================
--> 12. Compare the runtime of the executables
time ./matmul.normalopt.exe
0:23.53 real, 23.48 user, 0.00 sys
time ./matmul.polly.interchanged.exe
0:22.86 real, 22.82 user, 0.01 sys
time ./matmul.polly.interchanged+tiled.exe
0:22.87 real, 22.83 user, 0.00 sys
time ./matmul.polly.interchanged+tiled+vector.exe
0:22.53 real, 22.48 user, 0.02 sys
time ./matmul.polly.inter...