cbalint13 commented on pull request #7392:
URL: https://github.com/apache/tvm/pull/7392#issuecomment-772055866
> and to clarify--i'd love to improve the documentation/tutorial, if there
are specific parts you found confusing, i'd definitely be interested to learn
that.
@areusch
You are right. Also the public docs mentions the different context. Thanks a
lot for your time !
Now, to avoid such confusions
- can we teach TVM to not invoke wrong procedure in wrong context
(dropping error messages) ?
> Hi @areusch ,
>
> A follow up question, what are your thoughts on the effect of the usage of
DefaultCompiler.library() function's support to get the operator library as an
archive though? I can understand how this affects for DefaultCompiler.binary()
or build_static_runtime (that uses DefaultCompiler.binary()). I guess my
question is should we block DefaultCompiler.library() for cortex-m targets? --
or should we maybe factor that part out if we are blocking ?
The blocking shouldnt be done just by cortex-m (targets can be riscv,
xtensa and many more). I think of blocking out all != ```micro(host)```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]