[Apache TVM Discuss] [Development] [AutoScheduler] Do we have plan to support auto schedule ExternOp?

2021-07-01 Thread Zhuwenxi via Apache TVM Discuss
@mbrookhart Make sense, thank you! --- [Visit Topic](https://discuss.tvm.apache.org/t/autoscheduler-do-we-have-plan-to-support-auto-schedule-externop/10346/9) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https:/

[Apache TVM Discuss] [Development] [AutoScheduler] Do we have plan to support auto schedule ExternOp?

2021-07-01 Thread Matthew Brookhart via Apache TVM Discuss
I spent a lot of time optimizing the sort/argsort kernel for GPUs, we get pretty good performance on GPUs from multiple vendors that competes with those vendor's hand tuned libraries. If these TIR kernels are well optimized, they shouldn't end up being the bottleneck in models. --- [Visi

[Apache TVM Discuss] [Development] [AutoScheduler] Do we have plan to support auto schedule ExternOp?

2021-07-01 Thread Matthew Brookhart via Apache TVM Discuss
TE is a limited declarative programming model, it's not possible to write operations that do data-dependent indexing in TE. Anything that's sort/scatter related needs to be written directly in the more imperative TIR. --- [Visit Topic](https://discuss.tvm.apache.org/t/autoscheduler-do-we

Re: [apache/tvm-rfcs] [RFC] Meta Schedule (AutoTIR) (#5)

2021-07-01 Thread Tianqi Chen
@FrozenGene @comaniac @tkonolige please take another look -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/5#issuecomment-872245721