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/04/04 10:20:55 UTC

[GitHub] [tvm] d-smirnov commented on a diff in pull request #10189: [USMP] Adding support for U1 usecase for constant pools

d-smirnov commented on code in PR #10189:
URL: https://github.com/apache/tvm/pull/10189#discussion_r841583416


##########
src/relay/backend/aot_executor_codegen.cc:
##########
@@ -802,16 +797,15 @@ class AOTExecutorCodegen : public MixedModeVisitor {
       }
     }
     function_metadata_.Set(runtime::symbol::tvm_module_main, main_func_info);
+    LOG(INFO) << "LOWERED MOD ATTRS " << PrettyPrint(lowered_mod->attrs) << "\n";

Review Comment:
   removed



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