Skip to content

Commit 6d85b03

Browse files
authored
Benchmarks: Fix Typo - Fix typo in description of kernel launch overhead example (#244)
**Description** Fix typo in description of kernel_launch_overhead.py
1 parent 4074f12 commit 6d85b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/benchmarks/kernel_launch_overhead.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT license.
33

4-
"""Model benchmark example for matmul with pytorch.
4+
"""Model benchmark example for kernel launch overhead.
55
66
Commands to run:
77
python3 examples/benchmarks/kernel_launch_overhead.py

0 commit comments

Comments
 (0)