adstraw commented on code in PR #12785:
URL: https://github.com/apache/tvm/pull/12785#discussion_r972196429
##########
src/driver/driver_api.cc:
##########
@@ -225,6 +225,7 @@ Array<tvm::transform::Pass> CreatePassList(bool
disable_loop_partition) {
}
// LowerVtcmAlloc must occur after any transformations that modify memory
allocation locations
pass_list.push_back(tir::transform::LowerVtcmAlloc());
+ pass_list.push_back(tir::transform::LowerAsyncDMA());
Review Comment:
Resolving this comment. Will track this in conversation on the
[comment](https://github.com/apache/tvm/pull/12785#discussion_r971701650) from
@masahi as it is related.
--
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]