kparzysz-quic commented on a change in pull request #10520:
URL: https://github.com/apache/tvm/pull/10520#discussion_r821728251
##########
File path: src/tir/transforms/lower_tvm_builtin.cc
##########
@@ -73,10 +84,19 @@ class StackSizeChecker : public StmtExprVisitor {
return MakeShape(op);
} else if (op->op.same_as(builtin::tvm_stack_make_array())) {
return MakeArray(op);
+ } else if (op->op.same_as(builtin::mem_copy())) {
+ return MakeMemCopy(op);
Review comment:
That makes sense. Does that mean that the name "nonexistent_function"
is actually significant in the sense that its length equals or exceeds the
length of the actually called function name? That would be worth a comment (if
that's the case).
--
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]