Skip to content

Commit

Permalink
Update timming following scan speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed May 21, 2015
1 parent 87dab3e commit 5b625b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ def speed():
# 7.1-2 (python 2.7.2, mkl unknow). BLAS with only 1 thread.

expected_times_64 = numpy.asarray([9.8, 22.5, 76.1, 73.7, 116.4,
346.9, 381.9, 558.1, 186.3, 50.8, 113.6])
346.9, 381.9, 558.1, 130.4, 50.8, 113.6])
expected_times_32 = numpy.asarray([8.1, 17.9, 42.5, 66.5, 71,
191.2, 226.8, 432.8, 176.2, 36.9, 78.0])
191.2, 226.8, 432.8, 119.5, 36.9, 78.0])

# Number with just 1 decimal are new value that are faster with
# the Theano version 0.5rc2 Other number are older. They are not
Expand All @@ -109,8 +109,8 @@ def speed():
# 1.35324519 1.7356905 1.12937868]

expected_times_gpu = numpy.asarray([3.0, 7.55523491, 18.99226785,
5.8, 20.5,
11.8, 47.9, 290.1, 255.4, 72.4, 17.0])
5.8, 20.0,
11.8, 47.9, 280.1, 132.8, 38.8, 10.5])
expected_times_64 = [s for idx, s in enumerate(expected_times_64)
if to_exec[idx]]
expected_times_32 = [s for idx, s in enumerate(expected_times_32)
Expand Down

0 comments on commit 5b625b5

Please sign in to comment.