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 2021/04/22 17:11:49 UTC

[GitHub] [tvm] areusch commented on pull request #7537: [PYTHON][Target] add stm32mp1 target helper

areusch commented on pull request #7537:
URL: https://github.com/apache/tvm/pull/7537#issuecomment-825035090


   hi @vinceab, thanks for posting! here's what I think:
   - it would indeed be great to place this somewhere central so that other users could benefit from this
   - it's not clear to me it makes sense that this place should be inside the TVM repo--this is mostly configuration rather than TVM code itself
   - something else like a central wiki where people could post up e.g. this configuration or pointers to repos which use TVM may be helpful
   - the problem with doing this is API drift. we can't really solve that now given tvm's slow release schedule when people are using python scripts to drive tvm. however, there are a couple of ways this could get addressed in the future:
        1. your use case is pretty standard (build shared library, upload for remote exection). it's likely as part of `tvmc` work we should introduce an e.g. yaml format for this data
        2. as tvm releases become more frequent, repos can state the version of TVM they depend on in e.g. `requirements.txt`, and could be linked from a central place.
   
   cc @jwfromm @tqchen 


-- 
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:
users@infra.apache.org