You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/13 05:17:35 UTC

[GitHub] [tvm] hgt312 commented on a change in pull request #7827: [Relay][Pass] SimplifyCastLike/Cast and ConcretizeFullLikeRewrite rewrites for SimplifyExpr

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



##########
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:
       Emmm... I dont know why Ci fails, just try it




-- 
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:
users@infra.apache.org