Can TVM support auto_scheduler with te.Var()?

I want to auto_scheduler an op,but i dont want to set the fixed shape and want to use te.var to achieve this.Is there any way to do this? Thanks

@yzhliu @tqchen can you guys help?much thanks

No. Unfortunately auto-scheduler doesn’t support dynamic shape for now.

1 Like

OK。And I wonder if auto_schuduler has any plans to support dynamic shape, or at least, a shape range for operator tuning? BTW, will auto_schuduler support dynamic batch for model tuning in the future? Thanks