Created
July 30, 2012 23:06
-
-
Save cmaureir/3211670 to your computer and use it in GitHub Desktop.
Neural-GPU time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Los tiempos equivalen a "1000 iteraciones" del mismo cálculo expresados en segundos. | |
500-500-500 | |
GPU: 0.578916 | |
CPU: 0.351443 | |
1000-1000-1000 | |
GPU: 0.698903 | |
CPU: 0.721079 | |
1500-1500-1500 | |
GPU: 0.854704 | |
CPU: 1.06466 | |
2000-2000-2000 | |
GPU: 1.02054 | |
CPU: 3.18183 | |
2500-2500-2500 | |
GPU: 1.21924 | |
CPU: 4.10157 | |
3000-3000-3000 | |
GPU: 1.5368 | |
CPU: 5.41853 | |
3500-3500-3500 | |
GPU: 1.79943 | |
CPU: 6.5313 | |
4000-4000-4000 | |
GPU: 2.18617 | |
CPU: 8.66286 | |
4500-4500-4500 | |
GPU: 2.5986 | |
CPU: 10.7726 | |
5000-5000-5000 | |
GPU: 3.0538 | |
CPU: 12.0976 | |
5500-5500-5500 | |
GPU: 3.59832 | |
CPU: 13.8268 | |
6000-6000-6000 | |
GPU: 4.17719 | |
CPU: 16.5776 | |
6500-6500-6500 | |
GPU: 4.74987 | |
CPU: 18.8998 | |
7000-7000-7000 | |
GPU: 5.36143 | |
CPU: 21.7941 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment