Commit a07c28e4 authored by umangyadav's avatar umangyadav
Browse files

remove todos

parent 6e89cc1b
......@@ -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.
......
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