@@ -87,9 +87,9 @@ def speed():
87
87
# 7.1-2 (python 2.7.2, mkl unknow). BLAS with only 1 thread.
88
88
89
89
expected_times_64 = numpy .asarray ([9.8 , 22.0 , 76.1 , 73.7 , 116.4 ,
90
- 346.9 , 355.0 , 558.1 , 130.4 , 23.2 , 106 ])
91
- expected_times_32 = numpy .asarray ([8.1 , 17.9 , 42.5 , 66.5 , 71 ,
92
- 191.2 , 199.0 , 432.8 , 119.5 , 36.9 , 78.0 ])
90
+ 346.9 , 355.0 , 510.9 , 130.4 , 23.2 , 106 ])
91
+ expected_times_32 = numpy .asarray ([6.4 , 17.9 , 42.5 , 66.5 , 71 ,
92
+ 191.2 , 199.0 , 400.4 , 119.5 , 36.9 , 67.2 ])
93
93
94
94
# Number with just 1 decimal are new value that are faster with
95
95
# the Theano version 0.5rc2 Other number are older. They are not
@@ -110,7 +110,7 @@ def speed():
110
110
111
111
expected_times_gpu = numpy .asarray ([3.0 , 7.55523491 , 18.99226785 ,
112
112
5.8 , 20.0 ,
113
- 11.2 , 17.2 , 257.7 , 118.8 , 34.2 , 8.7 ])
113
+ 11.2 , 17.2 , 244.3 , 118.8 , 34.2 , 8.7 ])
114
114
expected_times_64 = [s for idx , s in enumerate (expected_times_64 )
115
115
if to_exec [idx ]]
116
116
expected_times_32 = [s for idx , s in enumerate (expected_times_32 )
0 commit comments