Skip to content

Commit 8b1e2b3

Browse files
committed
Update timming with speed up
1 parent 5b62a38 commit 8b1e2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: code/test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def speed():
8787
# 7.1-2 (python 2.7.2, mkl unknow). BLAS with only 1 thread.
8888

8989
expected_times_64 = numpy.asarray([9.8, 22.0, 76.1, 73.7, 116.4,
90-
346.9, 355.0, 558.1, 130.4, 50.8, 113.6])
90+
346.9, 355.0, 558.1, 130.4, 23.2, 106])
9191
expected_times_32 = numpy.asarray([8.1, 17.9, 42.5, 66.5, 71,
9292
191.2, 199.0, 432.8, 119.5, 36.9, 78.0])
9393

@@ -110,7 +110,7 @@ def speed():
110110

111111
expected_times_gpu = numpy.asarray([3.0, 7.55523491, 18.99226785,
112112
5.8, 20.0,
113-
11.8, 18.2, 280.1, 132.8, 38.8, 10.5])
113+
11.2, 17.2, 257.7, 118.8, 34.2, 8.7])
114114
expected_times_64 = [s for idx, s in enumerate(expected_times_64)
115115
if to_exec[idx]]
116116
expected_times_32 = [s for idx, s in enumerate(expected_times_32)

0 commit comments

Comments
 (0)