Skip to content

Commit 7bc712b

Browse files
committed
Update timming since speed up
1 parent 9c3c66c commit 7bc712b

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)