Skip to content

Commit 9e7bd40

Browse files
committed
update timming
1 parent 5eeea37 commit 9e7bd40

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
@@ -109,7 +109,7 @@ def speed():
109109
# 1.35324519 1.7356905 1.12937868]
110110

111111
expected_times_gpu = numpy.asarray([3.0, 7.55523491, 18.99226785,
112-
5.8, 21.5,
112+
5.8, 20.5,
113113
11.8, 47.9, 290.1, 255.4, 72.4, 17.0])
114114
expected_times_64 = [s for idx, s in enumerate(expected_times_64)
115115
if to_exec[idx]]

0 commit comments

Comments
 (0)