Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
6fa85d83
Commit
6fa85d83
authored
Oct 09, 2022
by
Paul
Browse files
Skip some lines
parent
9db9f4e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tools/tune_ck.py
tools/tune_ck.py
+2
-0
No files found.
tools/tune_ck.py
View file @
6fa85d83
...
@@ -38,6 +38,8 @@ def benchmark_one(config, tuning):
...
@@ -38,6 +38,8 @@ def benchmark_one(config, tuning):
s
=
line
.
strip
()
s
=
line
.
strip
()
if
not
s
:
if
not
s
:
continue
continue
if
not
','
in
s
:
continue
fields
=
s
.
split
(
','
)
fields
=
s
.
split
(
','
)
dtime
=
fields
[
-
1
].
strip
()
dtime
=
fields
[
-
1
].
strip
()
print
(
dtime
)
print
(
dtime
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment