sergio-grovety commented on code in PR #15303:
URL: https://github.com/apache/tvm/pull/15303#discussion_r1267870778


##########
apps/microtvm/ethosu/run_demo.sh:
##########
@@ -148,6 +190,7 @@ python3 -m tvm.driver.tvmc compile 
--target=ethos-u,cmsis-nn,c \
     --target-ethos-u-accelerator_config=ethos-u55-256 \
     --target-cmsis-nn-mcpu=cortex-m55 \
     --target-c-mcpu=cortex-m55 \
+    --target-ethos-u-disable_copying_constants=1 \

Review Comment:
   This is a demo and I'm not sure we need to go deep in describing specific 
parameters, because we already have pre-defined memory layout in *.ld files. 
Changing of the `--target-ethos-u-disable_copying_constants` parameter requires 
clear understanding Alif's memory and modification of LD scripts. So IMHO this 
topic is out of scope of the demo, but it could be a part of the another big 
document describing TVM on EthosU.



-- 
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]

Reply via email to