mehrdadh commented on issue #8953:
URL: https://github.com/apache/tvm/issues/8953#issuecomment-924318694


   @PhilippvK update: I built three models(kws, vww and ic) for zephyr with 
these settings and it works fine:
   ```
   target_model = ZEPHYR_BOARDS[board]
       target = tvm.target.target.micro(
           target_model,
           options=[
               "-link-params=1",
               "--executor=aot",
               "--unpacked-api=1",
               "--interface-api=c",
           ],
       )
   ```
   will try to replicate it for crt.


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