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
40e6b38a
Commit
40e6b38a
authored
Oct 13, 2023
by
Umang Yadav
Browse files
Add fork, merge cases
parent
20524b8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/generate_root_modules.cpp
src/generate_root_modules.cpp
+6
-0
No files found.
src/generate_root_modules.cpp
View file @
40e6b38a
...
...
@@ -215,6 +215,12 @@ struct auto_gen_root_modules
same_tid_ins_vec
.
push_back
(
ins
);
same_tid_ins_set
.
insert
(
ins
);
generate_run_on_target_modules
(
mm
,
p
,
std
::
next
(
ins
),
current_tid
);
if
(
not
same_tid_ins_vec
.
empty
())
{
current_tid
=
std
::
numeric_limits
<
std
::
size_t
>::
max
();
same_tid_ins_set
.
erase
(
ins
);
same_tid_ins_vec
.
pop_back
();
}
}
else
if
(
current_tid
==
std
::
numeric_limits
<
std
::
size_t
>::
max
())
{
...
...
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