Generate multiple kernels for operators with symbolic shapes

Hey everyone,

I am currently working on a project about dynamic shape. I found that the goal of OpStrategy is to enable TVM to generate multiple kernels for operators with symbolic shapes. But i notice that there is not any update about this feature. So how do I need to modify the te_compiler to generate multiple kernel?

Thank you very much in advance!

The community is working on the next-gen of Relay - Relax, which supports the Dynamic Shape. You can take a look. Relax: Co-Designing High-Level Abstraction Towards TVM Unity - TVMCon 2021

Thanks for your quick reply.