How can I get a subgraph's latency

I’m learning using TVM these days, I’m really interested in getting a subgraph’s latency before auto-tuning. Do you know how to achieve this target? Thank you so much!

There’s a debugger built into TVM than can give you the costs of sub-graphs:

https://tvm.apache.org/docs/arch/debugger.html

1 Like