We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050a6f3 commit b7d83bfCopy full SHA for b7d83bf
1 file changed
code/test.py
@@ -54,8 +54,8 @@ def speed():
54
425.09175086, 642.72824597, 652.52828193])
55
expected_times_32=numpy.asarray([ 13.29699826, 32.42813158, 68.03559947, 105.54640913, 107.00527334,
56
242.41721797, 490.40798998, 528.88854146])
57
- expected_times_gpu=numpy.asarray([ 3.07663488, 7.55523491, 27.05203891, 9.58915591, 24.13007045,
58
- 24.77524018, 145.93923092, 349.31434679])
+ expected_times_gpu=numpy.asarray([ 3.07663488, 7.55523491, 18.99226785, 9.58915591, 24.13007045,
+ 24.77524018, 92.66246653, 322.34032917])
59
60
def time_test(m,l,idx,f,**kwargs):
61
if not to_exec[idx]:
0 commit comments