[apache/tvm-rfcs] Additional Target Hooks RFC (#10)

2021-07-14 Thread Christopher Sidebottom
This is the an initial RFC for adding additional hooks onto the `Target` to allow splitting up some of the compile flow but also unifying the registration of these additional functions. You can view, comment on, or merge this pull request online at: https://github.com/apache/tvm-rfcs/pull/10 --

[apache/tvm] [RFC][Tracking Issue] Meta Schedule (AutoTIR) (#8473)

2021-07-14 Thread Junru Shao
This is a global tracking issue for landing the meta schedule. The RFC can be found [here](https://github.com/apache/tvm-rfcs/pull/5). ## Steps The steps are numbered following TensorIR (#7527). ### [M3a] Core infrastructure of the PPL - [ ] Instruction & Trace - [ ] TracedSchedule - [ ] Samp