@@ -103,9 +103,9 @@ def speed():
103
103
# 7.1-2 (python 2.7.2, mkl unknow). BLAS with only 1 thread.
104
104
105
105
expected_times_64 = numpy .asarray ([9.3 , 21.0 , 76.1 , 73.7 , 116.4 ,
106
- 346.9 , 355.0 , 510.9 , 130.4 , 23.2 , 98.8 ])
106
+ 346.9 , 355.0 , 268.2 , 130.4 , 23.2 , 98.8 ])
107
107
expected_times_32 = numpy .asarray ([6.4 , 14.7 , 42.5 , 66.5 , 71 ,
108
- 191.2 , 199.0 , 400.4 , 119.5 , 36.9 , 67.2 ])
108
+ 191.2 , 199.0 , 201.9 , 119.5 , 36.9 , 67.2 ])
109
109
110
110
# Number with just 1 decimal are new value that are faster with
111
111
# the Theano version 0.5rc2 Other number are older. They are not
@@ -125,8 +125,8 @@ def speed():
125
125
# 1.35324519 1.7356905 1.12937868]
126
126
127
127
expected_times_gpu = numpy .asarray ([2.9 , 7.55523491 , 18.99226785 ,
128
- 5.8 , 20.0 ,
129
- 11.2 , 17.2 , 244.3 , 118.8 , 34.2 , 8.7 ])
128
+ 5.8 , 19.2 ,
129
+ 11.2 , 17.2 , 122 , 112.5 , 31.1 , 8.7 ])
130
130
expected_times_64 = [s for idx , s in enumerate (expected_times_64 )
131
131
if to_exec [idx ]]
132
132
expected_times_32 = [s for idx , s in enumerate (expected_times_32 )
0 commit comments