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
9b3a9a9e
Commit
9b3a9a9e
authored
Oct 13, 2023
by
Umang Yadav
Browse files
remove cout
parent
8b2ee166
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/generate_root_modules.cpp
src/generate_root_modules.cpp
+0
-1
No files found.
src/generate_root_modules.cpp
View file @
9b3a9a9e
...
@@ -209,7 +209,6 @@ struct auto_gen_root_modules
...
@@ -209,7 +209,6 @@ struct auto_gen_root_modules
}
}
if
(
fork_node
)
if
(
fork_node
)
{
{
std
::
cout
<<
"found fork node
\n
"
;
assert
(
current_tid
.
has_value
());
assert
(
current_tid
.
has_value
());
generate_run_on_target_modules
(
mm
,
p
,
ins
,
current_tid
.
value
());
generate_run_on_target_modules
(
mm
,
p
,
ins
,
current_tid
.
value
());
if
(
not
same_tid_ins_vec
.
empty
())
if
(
not
same_tid_ins_vec
.
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