Skip to content

Instantly share code, notes, and snippets.

@migueldeicaza
Created January 26, 2010 16:33
Show Gist options
  • Save migueldeicaza/286975 to your computer and use it in GitHub Desktop.
Save migueldeicaza/286975 to your computer and use it in GitHub Desktop.
Tests on Jan 26, 2009
Mono 2.6
Composite Score: 462.10 MFlops
FFT : 287.74 - (1024)
SOR : 824.82 - (100x100)
Monte Carlo : 111.53
Sparse MatMult : 439.06 - (N=1000, nz=5000)
LU : 647.37 - (100x100)
Mono Trunk using LLVM
Composite88 Score: 640.94 MFlops
FFT : 496.85 - (1024)
SOR : 849.50 - (100x100)
Monte Carlo : 163.69
Sparse MatMult : 738.69 - (N=1000, nz=5000)
LU : 955.99 - (100x100)
Mono trunk with LLVM and no bounds checking:
Composite Score: 805.14 MFlops
FFT : 599.11 - (1024)
SOR : 831.50 - (100x100)
Monte Carlo : 165.99
Sparse MatMult : 1107.51 - (N=1000, nz=5000)
LU : 1321.57 - (100x100)
Java 1.6:
Composite Score: 882.9892682796393
FFT (1024): 532.7552466699907
SOR (100x100): 1113.8468131532127
Monte Carlo : 353.08841271319847
Sparse matmult (N=1000, nz=5000): 777.1835376921547
LU (100x100): 1638.0723311696404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment