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
86a03f28
"vscode:/vscode.git/clone" did not exist on "42873eac09f58560b6bcf9c20f753b7bb7e2b902"
Commit
86a03f28
authored
Mar 23, 2022
by
Shucai Xiao
Browse files
clang format
parent
5d057776
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/program.cpp
src/program.cpp
+2
-2
No files found.
src/program.cpp
View file @
86a03f28
...
...
@@ -586,8 +586,8 @@ std::vector<argument> program::eval(parameter_map params) const
if
(
trace_level
<
3
)
{
std
::
cout
<<
ss
.
str
()
<<
std
::
endl
;
std
::
cout
<<
"Time: "
<<
t1
<<
"ms, "
<<
t2
<<
"ms"
<<
std
::
endl
;
std
::
cout
<<
"Time: "
<<
t1
<<
"ms, "
<<
t2
<<
"ms"
<<
std
::
endl
;
if
(
trace_level
==
2
and
ins
->
name
().
front
()
!=
'@'
and
ins
->
name
()
!=
"load"
and
not
result
.
empty
())
{
...
...
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