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 2020/05/08 20:19:32 UTC

[GitHub] [incubator-tvm] tom-gall opened a new pull request #5546: Add tests for running micro on native arm hardware

tom-gall opened a new pull request #5546:
URL: https://github.com/apache/incubator-tvm/pull/5546


   A clone of test_runtime_micro.py, however modified to run specifically on
   ARM hardware, currently just the STM32F746 discovery board.
   
   Signed-off-by: Tom Gall <to...@linaro.org>
   
   


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



[GitHub] [incubator-tvm] tqchen commented on pull request #5546: Add tests for running micro on native arm hardware

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #5546:
URL: https://github.com/apache/incubator-tvm/pull/5546#issuecomment-626195006


   Thanks @tom-gall @areusch !


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



[GitHub] [incubator-tvm] tqchen commented on pull request #5546: Add tests for running micro on native arm hardware

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #5546:
URL: https://github.com/apache/incubator-tvm/pull/5546#issuecomment-626011102


   Given that all the tests under unittests/python will be automatically invoked by the CI. 
   
   Please put the tests under a different folder for now say `tests/micro` 


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



[GitHub] [incubator-tvm] tom-gall commented on pull request #5546: Add tests for running micro on native arm hardware

Posted by GitBox <gi...@apache.org>.
tom-gall commented on pull request #5546:
URL: https://github.com/apache/incubator-tvm/pull/5546#issuecomment-626093626


   I've updated the commit so the new location is: tests/micro/test_runtime_micro_on_arm.py
   
   I went ahead and committed the perhaps egregious act of doing a --force as part of the amended commit. I figure this is one of the very rare times when that's ok since the act of moving a brand new file isn't important to the commit history.


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



[GitHub] [incubator-tvm] areusch commented on pull request #5546: Add tests for running micro on native arm hardware

Posted by GitBox <gi...@apache.org>.
areusch commented on pull request #5546:
URL: https://github.com/apache/incubator-tvm/pull/5546#issuecomment-626036189


   aside from tianqi's comment, this looks good to me. thanks for adding this!


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



[GitHub] [incubator-tvm] tom-gall commented on pull request #5546: Add tests for running micro on native arm hardware

Posted by GitBox <gi...@apache.org>.
tom-gall commented on pull request #5546:
URL: https://github.com/apache/incubator-tvm/pull/5546#issuecomment-626006130


   @weberlo  @areusch - I've forked the test_runtime_micro.py unit test and made one specifically for running native on arm hardware, in this case just the STM32F7 (for now). 
   
   Would you review?
   
   I don't think this will ever have any chance of passing intel based CI, OTOH it's useful to those of us working/testing with uTVM on real hardware. 
   
   Thanks.
   


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