Skip to content

Commit 3fa8ef2

Browse files
committed
Typo.
1 parent 3fe33f3 commit 3fa8ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cuda/convolution_correct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def tune():
8484
results = tune()
8585

8686
e1 = time.time()*1000
87-
print("\n Actualy time used:", e1-s1)
87+
print("\n Actual time used:", e1-s1)
8888
import json
8989
with open("convolution_RTX_2070.json", 'w') as fp:
9090
json.dump(results, fp)

0 commit comments

Comments
 (0)