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
cb141175
Commit
cb141175
authored
Oct 20, 2023
by
Umang Yadav
Browse files
Tidy & SLES fixes
parent
2013da67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
src/generate_root_modules.cpp
src/generate_root_modules.cpp
+6
-10
No files found.
src/generate_root_modules.cpp
View file @
cb141175
...
@@ -210,14 +210,12 @@ struct auto_gen_root_modules
...
@@ -210,14 +210,12 @@ struct auto_gen_root_modules
{
{
return
true
;
return
true
;
}
}
else
if
(
input_from_other_tid_module
+
num_default_tids
==
in_degree
)
else
if
((
input_from_other_tid_module
+
num_default_tids
==
in_degree
)
or
{
(
num_same_tid
+
num_default_tids
==
in_degree
))
return
false
;
}
else
if
(
num_same_tid
+
num_default_tids
==
in_degree
)
{
{
return
false
;
return
false
;
}
}
(
void
)(
num_different_tids
);
return
true
;
return
true
;
}
}
...
@@ -259,11 +257,9 @@ struct auto_gen_root_modules
...
@@ -259,11 +257,9 @@ struct auto_gen_root_modules
}
}
}
}
}
}
if
(
output_tids
.
empty
())
{
if
(
output_tids
.
empty
()
or
return
false
;
(
output_tids
.
size
()
==
1
and
output_tids
.
cbegin
()
->
second
==
outputs
.
size
()))
}
else
if
(
output_tids
.
size
()
==
1
and
output_tids
.
cbegin
()
->
second
==
outputs
.
size
())
{
{
return
false
;
return
false
;
}
}
...
...
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