ekalda commented on code in PR #10862:
URL: https://github.com/apache/tvm/pull/10862#discussion_r847228240
##########
python/tvm/relay/backend/contrib/ethosu/codegen.py:
##########
@@ -361,9 +405,12 @@ def relay_to_tir(mod: tvm.ir.IRModule) -> tvm.ir.IRModule:
# this should be a single intelligent and a composite scheduler
# that can perform scheduling based on user inputs such as
# scratch memory size.
- mod = LowerToTIR(copy_constants)(mod)
+ if util.enable_cascader() and util.get_accelerator_config() !=
"ethos-u65-256":
Review Comment:
Done!
--
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]