How to add a custom tunable parameter to Ansor?

Hi, I have a question about the usage of Ansor.

I found that the cudnn TOPI has a tunable knob ‘algo’ to pick the best of the cudnn algorithm types using AutoTVM.

Could you tell me how to add a tunable parameter like ‘algo’, and do the same kind of auto-tuning with AutoScheduling ( a.k.a Ansor ) ?

Thank you.

Ansor doesn’t support custom tunable knob for now. On the other hand, if you are clear about the knobs you want to tune, AutoTVM is still a good option as for today.