manupa-arm commented on a change in pull request #8274:
URL: https://github.com/apache/tvm/pull/8274#discussion_r707567343
##########
File path: src/tir/transforms/lower_tvm_builtin.cc
##########
@@ -113,6 +113,16 @@ class BuiltinLower : public StmtExprMutator {
op = stmt.as<AllocateNode>();
// Get constant allocation bound.
int64_t nbytes = GetVectorBytes(op->dtype);
+ if (device_type_.defined()) {
Review comment:
Hi, @mbrookhart
Can you explain the rationale for not generating TVMBAW calls for static
size allocates for DLCPU ?
cc: @grant-arm @Mousius @mbaret
--
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]