We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a349c commit 90a1bedCopy full SHA for 90a1bed
code/test.py
@@ -92,7 +92,7 @@ def speed():
92
# 1.35324519 1.7356905 1.12937868]
93
expected_times_gpu = numpy.asarray([3.07663488, 7.55523491, 18.99226785,
94
9.6, 24.13007045,
95
- 20.4, 58.9, 302.6])
+ 20.4, 56, 302.6])
96
expected_times_64 = [s for idx, s in enumerate(expected_times_64)
97
if to_exec[idx]]
98
expected_times_32 = [s for idx, s in enumerate(expected_times_32)
0 commit comments