Johnson9009 commented on a change in pull request #8778:
URL: https://github.com/apache/tvm/pull/8778#discussion_r691049434
##########
File path: src/relay/transforms/to_basic_block_normal_form.cc
##########
@@ -51,8 +51,11 @@ Expr ToBasicBlockNormalFormAux(const Expr& e) {
IRModule ToBasicBlockNormalForm(const IRModule& mod) {
DLOG(INFO) << "ToBBlock:" << std::endl << mod;
+ // Efficient copy.
Review comment:
Can we make a more direct comment here? Maybe the "Efficient copy."
won't help other developers more because the code is just a copying. Can we
change it to something like "Efficient copy for avoiding change the original
IRModule."?
--
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]