[RFC] TensorIR: A schedulable IR for TVM

@jcf94 @junrushao Sorry, both of you don’t understand my question correctly.

I mean the original TE is a declarative language so it can know all transformation before it starts to generate low-level AST. But the new schedule primitives are done imperatively. In the original TE, we can share some analysis results (e.g. dependency analysis), so it is expected to be faster.

1 Like