Skip to content

Commit ebf71f1

Browse files
committed
Merge pull request lisa-lab#66 from nouiz/timming
Update timming since speed up
2 parents 8840be8 + 7bc712b commit ebf71f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def speed():
105105

106106
expected_times_gpu = numpy.asarray([3.0, 7.55523491, 18.99226785,
107107
5.8, 21.5,
108-
11.8, 47.9, 290.1, 315.4, 72.4])
108+
11.8, 47.9, 290.1, 255.4, 72.4])
109109
expected_times_64 = [s for idx, s in enumerate(expected_times_64)
110110
if to_exec[idx]]
111111
expected_times_32 = [s for idx, s in enumerate(expected_times_32)

0 commit comments

Comments
 (0)