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
a07c28e4
Commit
a07c28e4
authored
Jul 24, 2023
by
umangyadav
Browse files
remove todos
parent
6e89cc1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/include/migraphx/module.hpp
src/include/migraphx/module.hpp
+1
-2
No files found.
src/include/migraphx/module.hpp
View file @
a07c28e4
...
...
@@ -222,8 +222,7 @@ struct MIGRAPHX_EXPORT module
void
annotate
(
std
::
ostream
&
os
,
std
::
function
<
void
(
instruction_ref
)
>
a
)
const
;
std
::
vector
<
module_ref
>
get_sub_modules
(
bool
shallow
=
false
)
const
;
// sorts the module in reverse-post order DFS order, this is not considering any implicit deps
// [TODO] right now, this is not considering any implicit deps right now
// sorts the module in reverse-post order DFS order
module
&
sort
();
// if the instruction has the module arguments then all the parameters/instructions used by that
// module from the main/parent module must be calculated before the instruction can be executed.
...
...
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