"src/targets/vscode:/vscode.git/clone" did not exist on "e596eec2a4e539f0c49aab3f5cdbd18a3bb26bc9"
Commit a07c28e4 authored by umangyadav's avatar umangyadav
Browse files

remove todos

parent 6e89cc1b
...@@ -222,8 +222,7 @@ struct MIGRAPHX_EXPORT module ...@@ -222,8 +222,7 @@ struct MIGRAPHX_EXPORT module
void annotate(std::ostream& os, std::function<void(instruction_ref)> a) const; void annotate(std::ostream& os, std::function<void(instruction_ref)> a) const;
std::vector<module_ref> get_sub_modules(bool shallow = false) 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 // sorts the module in reverse-post order DFS order
// [TODO] right now, this is not considering any implicit deps right now
module& sort(); module& sort();
// if the instruction has the module arguments then all the parameters/instructions used by that // 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. // module from the main/parent module must be calculated before the instruction can be executed.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment