Why does meta schedule not find any schedules?

relax.get_pipeline will perform some additional optimizations on the relax computational graph. In your example, the relax computational graph is too simple (only one node and only calls a TIR function), so there is no optimization.

2 Likes