tqchen commented on code in PR #12066:
URL: https://github.com/apache/tvm/pull/12066#discussion_r919408596
##########
include/tvm/ir/module.h:
##########
@@ -64,6 +65,8 @@ class IRModuleNode : public Object {
/* \brief Additional attributes storing meta-data about the module. */
DictAttrs attrs;
+ GlobalVarSupply global_var_supply;
Review Comment:
I agree @areusch , both of your pts seems to point that we should bring
NameSupply outside IRModule, and have additional functionalities to re-create
from multple (collection) of IRModules
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]