提交 823bc88d authored 作者: Frederic's avatar Frederic

make table that better compare the different GPU and nvcc version.

上级 77086f5f
...@@ -194,42 +194,28 @@ if __name__ == "__main__": ...@@ -194,42 +194,28 @@ if __name__ == "__main__":
goto2 1.13/16 3.16s goto2 1.13/16 3.16s
Test time in float32 Test time in float32
(cuda version 3.2RC and up have a faster gemm on the Fermi/GTX[45]??)
cuda version 5.0 4.2 4.1 4.0 3.2 3.0 # note
gpu/cuda version gpu
M2050(Amazon)/5.0 0.25s M2070 0.25s 0.27s 0.32s
GTX460/5.0 0.37s M2050(Amazon) 0.25s
C2075 0.25s
GTX680/4.2 0.154s C1060 0.46s
GTX580/4.2 0.164s
GTX480/4.2 0.192s GTX680 0.154s 0.218s
GTX470/4.2 0.238s GTX580 0.164s 0.203s
C2075/4.2 0.25s GTX480 0.192s 0.237s 0.27s
GTX285/4.2 0.452s #cuda 3.0 seam faster? driver version? GTX470 0.238s 0.297s 0.34s
GT520/4.2 2.68s GTX660 0.24s
GTX560/4.2 0.30s GTX560 0.30s
GTX460 0.37s 0.45s
GTX460/4.0 0.45s GTX285 0.452s 0.452s 0.40s # cuda 3.0 seam faster? driver version?
GTX550Ti 0.57s
GTX580/3.2 0.203s GT520 2.68s 3.06s
GTX680/3.2 0.218s 520M 3.19s # with bumblebee on Ubuntu 12.04
GTX480/3.2 0.237s GT220 3.80s
GTX470/3.2 0.297s GT210 6.35s
GTX285/3.2 0.452s #cuda 3.0 seam faster? driver version? 8500GT 10.68s
GTX480/3.0 0.27s
M2070/4.1 0.27s
GTX470/3.2 0.29s
M2070/3.2 0.32s
GTX470/3.0 0.34s
GTX285/3.0 0.40s
C1060/3.2 0.46s
GTX550Ti/4.0 0.57s
520/3.2 3.06s
520M/3.2 3.19s with bumblebee on Ubuntu 12.04
GT220/3.2RC 3.80s
GT210/4.0 6.35s
8500GT/3.0 10.68s
""" """
t, impl = execute(not options.print_only, not options.quiet, t, impl = execute(not options.print_only, not options.quiet,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论