[MetaSchedule] PostOrderApply cannot deal with newly added blocks

Hi, all. I find that the PostOrderApply space generator cannot deal with blocks added by previous schedule rules in the implementation here, which means all schedule rules can only apply to the original blocks of the TensorIR function. Is this a bug or just designed so?

The new blocks are intentionally ignored

1 Like