Skip to content

Commit 061d835

Browse files
committed
update timming to faster case in float32.
1 parent 9f829f2 commit 061d835

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
@@ -78,7 +78,7 @@ def speed():
7878

7979
expected_times_64 = numpy.asarray([10.3, 23.7, 78.1, 73.7, 116.4,
8080
346.9, 381.9, 558.1, 186.3])
81-
expected_times_32 = numpy.asarray([11.6, 29.6, 47.2, 66.5, 71,
81+
expected_times_32 = numpy.asarray([11.6, 29.6, 44.2, 66.5, 71,
8282
191.2, 226.8, 432.8, 176.2])
8383

8484
# Number with just 1 decimal are new value that are faster with

0 commit comments

Comments
 (0)