Hi All.

I just noticed that AutoScheduler lacks support for ExternOp. Currently 
AutoScheduler supports ComputeOp only.

I understand that it is non-trial to auto schedule a op with external function 
calls, however there are a bunch of topi ops whose algorithm are purely written 
with tensor expression and NO extern function call involved, are still using 
"te.Extern()" as their wrapper. It's really frustrating because those ops can't 
be auto-tuned by with  auto_scheduler. I can give a few examples, such as 
scatter_nd: 
https://github.com/apache/tvm/blob/8fce89500c520c4dc6ce8733172fa87ead107709/python/tvm/topi/cuda/scatter.py#L830

Welcome for comments, @merrymercy @tqchen 

Thank you!





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/autoscheduler-do-we-have-plan-to-support-auto-schedule-externop/10346/1)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/aa2b837a9b747f84dc547f22b6fb93e7d0ed75b465a9f73fca5c082eced92525).

Reply via email to