Currently I’m trying to tune a TIR prim func with Metaschedule. There’s no way for specifying parameters, and tuning with relax after converting it to an IRModule doesn’t create tasks for tuning.
The schedule rules seem to made for static shapes, and even with explicit schedule function and few hacks I can’t get metaschedule to work. And I can’t seem to find dynamically shaped workloads in any of the testcases.
Maybe my current workflow is wrong. So, I’d like to know whether it’s possible to do any sort of tuning for dynamically shaped workloads?