In Relax Architecture Overview · tlc-pack/relax Wiki · GitHub , it says
" we start to see a strong need of performing optimizations across the layers. For example, ideally the automation decisions in TensorIR should inform fusion and layout decisions at the high-level."
How do the decisions in TensorIR affect the decisions in the high-level? Are there any more specific examples? After all, in the traditional one-shot compilation mode, the low-level cannot affect the high-level.