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 2022/08/03 17:49:28 UTC

[GitHub] [tvm] elvin-n commented on a diff in pull request #12286: [Adreno][OpenCL] Get rid of extra memory copy

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org