comaniac commented on a change in pull request #7827:
URL: https://github.com/apache/tvm/pull/7827#discussion_r612182877



##########
File path: src/relay/backend/build_module.cc
##########
@@ -300,6 +300,7 @@ class RelayBuildModule : public runtime::ModuleNode {
       }
     });
     pass_seqs.push_back(transform::EliminateCommonSubexpr(fskip));
+    pass_seqs.push_back(transform::InferType());

Review comment:
       From the CI it does look like the type is missing. Since InferType is 
executed before and after SimplifyExpr, one possibility is your `data` is 
already mutated by previous patterns in this pass and that callback didn't 
manually specify the type.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to