What's the current status of Metaschedule's Support for Dynamic shaped workloads...

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?

Currently there is no plan to support dynamic-shape tuning in meta-schedule. But happy to see the community contribution :slight_smile: