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
b0b21ece
Commit
b0b21ece
authored
Feb 18, 2022
by
Shucai Xiao
Browse files
remove some code
parent
6fd74ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/program.cpp
src/program.cpp
+1
-4
No files found.
src/program.cpp
View file @
b0b21ece
...
...
@@ -784,11 +784,8 @@ static void print_ins_perf(std::ostream& os,
{
thrpt
.
erase
(
thrpt
.
begin
()
+
floc
+
4
,
thrpt
.
end
());
}
// debugging
thrpt
.
append
(
1
,
','
);
thrpt
.
append
(
std
::
to_string
(
size
));
}
thrpt
.
append
(
thrpt_str
.
length
()
+
7
-
thrpt
.
length
(),
' '
);
thrpt
.
append
(
thrpt_str
.
length
()
-
thrpt
.
length
(),
' '
);
os
<<
tms
<<
pers
<<
szs
<<
flps
<<
thrpt
<<
std
::
endl
;
}
...
...
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