Skip to content

Commit a8b4541

Browse files
committed
updated gpu timming
1 parent a6b9eae commit a8b4541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: code/test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def speed():
5454
425.09175086, 642.72824597, 652.52828193])
5555
expected_times_32=numpy.asarray([ 13.29699826, 32.42813158, 68.03559947, 105.54640913, 107.00527334,
5656
242.41721797, 490.40798998, 528.88854146])
57-
expected_times_gpu=numpy.asarray([ 4.97284222, 7.55523491, 27.05203891, 11.75480723, 24.13007045,
58-
27.82162118, 145.93923092, float('NaN')])
57+
expected_times_gpu=numpy.asarray([ 3.07663488, 7.55523491, 27.05203891, 9.58915591, 24.13007045,
58+
24.77524018, 145.93923092, float('NaN')])
5959

6060
def time_test(m,l,idx,f,**kwargs):
6161
if not to_exec[idx]:

0 commit comments

Comments
 (0)