Hi,
I've started experimenting with TVM for a few weeks now.
I would like to encapsulate the TVM runtime model loading and model execution
into a WASM that can run in the browser.
The purpose of this experiment is mainly for security, I want the ability to
decrypt encrypted model files (graph
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
Hi @MartinF, I recently stumble accross the same use case, because I have
exactly the same situation with a BYOC accelerator. You will find my original
question
[here](https://discuss.tvm.apache.org/t/pre-rfc-crt-microtvm-integration-of-platform-specific-counters-or-any-data/12724),
and also
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
yes,you are right. but SimplifyInferencePass ,this pass add some new node to
the graph. but CreateFunctionPass just update one node of raw IRModule.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/why-simplifyinference-use-createfunctionpass-to-create-pass/12979/3)
to respond.
You are
Thanks for asking! If I understand correctly, `CreateFunctionPass` creates a
pass that applies to every single Relay function in an IRModule, which means it
won't miss any Function there
---
[Visit
Topic](https://discuss.tvm.apache.org/t/why-simplifyinference-use-createfunctionpass-to-cre