Re: [apache/tvm-rfcs] [RFC] Scalable Matrix Extension enablement (PR #107)

2024-02-14 Thread Tianqi Chen
to clarify a bit, we do need have to ask for doing everything as form of schedule, so it is OK for example to generate a compute definition that already contains packing (you can view that as one special dispatch pass). The main ask is that the TIR schedule pass should detect the already packed

Re: [apache/tvm-rfcs] [RFC] Scalable Matrix Extension enablement (PR #107)

2024-02-14 Thread Luke Hutton
Thanks for taking a look @tqchen! Since scheduling will be completed with TensorIR, it will provide the building blocks for being plugged into an IRModule=>IRModule transformation pass. For our current use-case, it's important to be able to fallback to previous optimizations in the form of TE s