[Apache TVM Discuss] [Questions] [BYOC] Is there a way to export accelerator specific mesurements

2022-06-20 Thread MartinF via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] [BYOC] Is there a way to export accelerator specific mesurements

2022-06-20 Thread MartinF via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] Could we know detail about the applied optimization level?

2022-06-06 Thread MartinF via Apache TVM Discuss
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

[Apache TVM Discuss] [Questions] How is the Python API on tvm.apache.org generated? Missing entry autotvm.task.extract_from_program

2022-03-04 Thread MartinF via Apache TVM Discuss
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