How can I integrate TVM into incubator-mxnet?

Hi folks,

I am investigating how to integrate TVM into incubator-mxnet (without using/via NNVM) to run incubator-mxnet on a specific board,

It seems possible, following what I read from the below sources:

So I would like to know: integrate TVM into incubator-mxnet (without using/via NNVM), is it possible?
If so, how can I do it?

Thank you very much!

For MXNet’s imperative paradigm, here is an example to use tvm_bridge: https://github.com/apache/incubator-mxnet/blob/master/tests/python/gpu/test_tvm_bridge.py#L55

For symbolic paradigm, deploying the MXNet model via NNVM is a good choice for now.

1 Like