You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/11 11:34:57 UTC

[GitHub] [tvm] ekalda commented on a diff in pull request #10862: [microNPU] Integrate the cascader

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org