Hi @fPecc, thank you very much for pointing out your original question. I did
not find it when searching for this topic. Did you already figure out a
practicle way for integrating `MetricCollector` in your Codegen and access the
tracked data? The simulator I'm using simulates the device on the
Hello,
I build a BYOC C-Codegen for an accelarator.
The accelerator currently only exists as a simulator but is already included.
The simulator itself has functions to measur cycles needed to perform the
generated code. Since I would like to evaluate the results for a profiling, I'm
looking f
I asked a similar question a couple of days ago. The first answer and my futher
findings might be helpful.
[https://discuss.tvm.apache.org/t/default-relay-passes-in-pathcontext/12898](https://discuss.tvm.apache.org/t/default-relay-passes-in-pathcontext/12898)
I'm not sure if the order listed b
I was wondering how the documentation of the Python API is modified or
generated?
While working with TVM I sometimes found commands I did not find in the Python
API documentation on tvm.apache.org.
A good example is the command “autotvm.task.extract_from_program(…)” which is
used in many how