elvin-n commented on code in PR #12286:
URL: https://github.com/apache/tvm/pull/12286#discussion_r936974898
##########
src/relay/backend/build_module.cc:
##########
@@ -397,7 +397,18 @@ class RelayBuildModule : public runtime::ModuleNode {
relay_module = transform::InferType()(relay_module);
relay_module = transform::LabelOps()(relay_module);
relay_module = transform::AnnotateMemoryScope(config_)(relay_module);
-
+ pass_seqs = GetPassPrefix(
Review Comment:
Need to remove all changes in build_module.cc, in other case some
cpp/gpu.tests will fail
--
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]