electriclilies commented on a change in pull request #8914:
URL: https://github.com/apache/tvm/pull/8914#discussion_r703744467



##########
File path: src/ir/module.cc
##########
@@ -43,7 +43,8 @@ namespace tvm {
 
 IRModule::IRModule(tvm::Map<GlobalVar, BaseFunc> functions,
                    tvm::Map<GlobalTypeVar, TypeData> type_definitions,
-                   std::unordered_set<String> import_set, parser::SourceMap 
source_map) {
+                   std::unordered_set<String> import_set, parser::SourceMap 
source_map,
+                   DictAttrs attrs) {

Review comment:
       Yes, I'll do this. `FunctionNode` has `attrs` in the hash and equal 
functions, so we should be consistent with that.




-- 
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]


Reply via email to