Mehrdad Hessar
Mehrdad Hessar
I'm compiling an ONNX model which I realized the input name has this format `input:0`. When I import the model and run it, it works fine, however if I try...
This PR is an initial effort of making microTVM always enabled in the build.
It would be great if we can capture runtime in MLF since it is very useful specially for debugging auto tuning failures in microTVM auto tuning. cc @alanmacd @gromero
we had multiple instances where code changes resulted in skipping tests in the CI unintentionally. It would be great if we can have a tool which keeps track of the...
This PR: - Refactors common project options to a single place for template projects - Adds a feature to update project options for customization - Adds a Makefile for Arduino...
In the current state of TVM, when we run hexagon tests on HDK boards and a test fails the session is not properly closed even after [deleting the python object](https://github.com/apache/tvm/blob/main/python/tvm/contrib/hexagon/session.py#L98)....
I was trying to use hexagon launcher from the apache-tvm pip package and I got this error: ``` File "/home/mhessar/.cache/pypoetry/virtualenvs/hexagon-ci-3FznOw5Q-py3.8/lib/python3.8/site-packages/tvm/contrib/hexagon/build.py", line 491, in start_server self._copy_binaries() File "/home/mhessar/.cache/pypoetry/virtualenvs/hexagon-ci-3FznOw5Q-py3.8/lib/python3.8/site-packages/tvm/contrib/hexagon/build.py", line 372, in...
This RFC proposes a structure to bring on-device testing on non-cloud supported hardware targets in TVM. Co-authored-by: David Riazati [[email protected]](mailto:[email protected]) cc @areusch @leandron
Hi, For microcontrollers with limited memory, we can optimize memory usage by directly passing `gp_buff` to inference machine instead of copying the data to a separate memory. For some microcontrollers...