Skip to content

Instantly share code, notes, and snippets.

@fo40225
Created June 6, 2019 03:24
Show Gist options
  • Save fo40225/cb83c63a0256b74265ebe10822fee47f to your computer and use it in GitHub Desktop.
Save fo40225/cb83c63a0256b74265ebe10822fee47f to your computer and use it in GitHub Desktop.
9980xe mkl test
user@ubuntu:~$ git clone --no-checkout https://github.com/IntelPython/ibench.gitCloning into 'ibench'...
remote: Enumerating objects: 446, done.
remote: Total 446 (delta 0), reused 0 (delta 0), pack-reused 446
Receiving objects: 100% (446/446), 73.63 KiB | 183.00 KiB/s, done.
Resolving deltas: 100% (245/245), done.
user@ubuntu:~$ cd ibench
user@ubuntu:~/ibench$ git checkout d2a81d04352427437e6e383654cfbd36e99c5ae9
Note: checking out 'd2a81d04352427437e6e383654cfbd36e99c5ae9'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at d2a81d0 Add comments to clarify the steps
user@ubuntu:~/ibench$ python -m ibench run -b all --size small --runs 3 --file 9980xe.out
Cholesky:
Cholesky: N = 10000
Cholesky: elapsed 0.392613 gflops 849.012098
Cholesky: elapsed 0.381290 gflops 874.225312
Cholesky: elapsed 0.376149 gflops 886.172673
Cholesky: gflops 874.225312
Det:
Det: N = 15000
Det: elapsed 2.228789 gflops 1009.517002
Det: elapsed 2.054220 gflops 1095.306014
Det: elapsed 2.027265 gflops 1109.869923
Det: gflops 1095.306014
Dot:
Dot: N = 5000
Dot: elapsed 0.188926 gflops 1323.272898
Dot: elapsed 0.182868 gflops 1367.106299
Dot: elapsed 0.183057 gflops 1365.697875
Dot: gflops 1365.697875
Fft:
Fft: N = 520000
Fft: elapsed 12.738331 gflops 3.875641
Fft: elapsed 12.710656 gflops 3.884079
Fft: elapsed 12.708952 gflops 3.884600
Fft: gflops 3.884079
Inv:
Inv: N = 10000
Inv: elapsed 2.668724 gflops 749.421804
Inv: elapsed 2.583787 gflops 774.057625
Inv: elapsed 2.575919 gflops 776.421956
Inv: gflops 774.057625
Lu:
Lu: N = 20000
Lu: elapsed 9.137968 gflops 583.645434
Lu: elapsed 8.581579 gflops 621.486250
Lu: elapsed 8.517271 gflops 626.178656
Lu: gflops 621.486250
Qr:
Qr: N = 5000
Qr: elapsed 0.843787 gflops 197.522101
Qr: elapsed 0.837204 gflops 199.075226
Qr: elapsed 0.835266 gflops 199.537263
Qr: gflops 199.075226
Svd:
Svd: N = 5000
Svd: elapsed 12.667514 gflops 13.157015
Svd: elapsed 12.752158 gflops 13.069683
Svd: elapsed 12.690542 gflops 13.133141
Svd: gflops 13.133141
user@ubuntu:~/ibench$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment