Skip to content

Commit b88e1d3

Browse files
committed
date timming to those from a 580 as the buildbot GPU changed.
1 parent ae37114 commit b88e1d3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

code/test.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def speed():
7474
algo_executed = [s for idx, s in enumerate(algo) if to_exec[idx]]
7575
#Timming expected are from the buildbot that have an i7-920 @
7676
# 2.67GHz with hyperthread enabled for the cpu, 12G of ram. An GeForce GTX
77-
# 285 for the GPU. OS=Fedora 14, gcc=4.5.1, python/BLAS from EPD
77+
# 580 for the GPU. OS=Fedora 14, gcc=4.5.1, python/BLAS from EPD
7878
# 7.1-2 (python 2.7.2, mkl unknow). BLAS with only 1 thread.
7979

8080
expected_times_64 = numpy.asarray([10.0, 22.5, 76.1, 73.7, 116.4,
@@ -87,7 +87,7 @@ def speed():
8787
# updated, as we where faster in the past!
8888
# TODO: find why and fix this!
8989

90-
# Here is the value for the buildbot on February 3th 2012.
90+
# Here is the value for the buildbot on February 3th 2012 with a GTX 285
9191
# sgd, cg mlp conv da
9292
# sda dbn rbm
9393
# gpu times[3.72957802, 9.94316864, 29.1772666, 9.13857198, 25.91144657,
@@ -98,9 +98,11 @@ def speed():
9898
# sda dbn rbm
9999
#expected/get [0.82492841, 0.75984178, 0.65092691, 1.04930573, 0.93125138
100100
# 1.35324519 1.7356905 1.12937868]
101-
expected_times_gpu = numpy.asarray([3.07663488, 7.55523491, 18.99226785,
102-
9.6, 24.13007045,
103-
20.4, 56, 302.6, 315.4])
101+
102+
expected_times_gpu = numpy.asarray([3.0, 7.55523491, 18.99226785,
103+
5.8, 21.5,
104+
11.8, 47.9, 290.1, 315.4])
105+
104106
expected_times_64 = [s for idx, s in enumerate(expected_times_64)
105107
if to_exec[idx]]
106108
expected_times_32 = [s for idx, s in enumerate(expected_times_32)

0 commit comments

Comments
 (0)