Hi TVM community,
I recently learned about the new TensorIR and its powerful functionalities, one confusion I seem to have with it is that now TVM has both TensorIR and Tensor Expression (TE) and both of them can be user-scheduled through different interfaces. If I want to write schedules for my TVM programs manually, is there a recommended way to do it? I feel TensorIR’s scheduling functionality is mainly provided for autoscheduler while at the same time, it seems to have a larger scheduling space than TE.
Thank you very much!