You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/11 00:08:57 UTC

[GitHub] [incubator-tvm] icemelon9 opened a new pull request #5034: [Autotvm] Fix autotvm customized template

icemelon9 opened a new pull request #5034: [Autotvm] Fix autotvm customized template
URL: https://github.com/apache/incubator-tvm/pull/5034
 
 
   Fix the issue that autotvm customized template cannot get the config from dispatcher.
   
   see details: https://discuss.tvm.ai/t/autotvm-error-in-the-conv2d-auto-tuning-tutorial-cannot-find-config-for-target-cuda-workload-none-etc/5919

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] kevinthesun commented on issue #5034: [Autotvm] Fix autotvm customized template

Posted by GitBox <gi...@apache.org>.
kevinthesun commented on issue #5034: [Autotvm] Fix autotvm customized template
URL: https://github.com/apache/incubator-tvm/pull/5034#issuecomment-598300832
 
 
   Thanks @icemelon9 @comaniac 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] icemelon9 commented on issue #5034: [Autotvm] Fix autotvm customized template

Posted by GitBox <gi...@apache.org>.
icemelon9 commented on issue #5034: [Autotvm] Fix autotvm customized template
URL: https://github.com/apache/incubator-tvm/pull/5034#issuecomment-597831478
 
 
   @comaniac Yes, I think `_regsiter_task_compute`, `_regsiter_task_schedule`, `_regsiter_customized_template` should not be user facing APIs. We should use `register_topi_compute`, `register_topi_schedule`, `template` instead.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] kevinthesun merged pull request #5034: [Autotvm] Fix autotvm customized template

Posted by GitBox <gi...@apache.org>.
kevinthesun merged pull request #5034: [Autotvm] Fix autotvm customized template
URL: https://github.com/apache/incubator-tvm/pull/5034
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] icemelon9 commented on issue #5034: [Autotvm] Fix autotvm customized template

Posted by GitBox <gi...@apache.org>.
icemelon9 commented on issue #5034: [Autotvm] Fix autotvm customized template
URL: https://github.com/apache/incubator-tvm/pull/5034#issuecomment-597379931
 
 
   cc @comaniac @merrymercy @ZihengJiang 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-tvm] comaniac commented on issue #5034: [Autotvm] Fix autotvm customized template

Posted by GitBox <gi...@apache.org>.
comaniac commented on issue #5034: [Autotvm] Fix autotvm customized template
URL: https://github.com/apache/incubator-tvm/pull/5034#issuecomment-597845013
 
 
   > @comaniac Yes, I think `_regsiter_task_compute`, `_regsiter_task_schedule`, `_regsiter_customized_template` should not be user facing APIs. We should use `register_topi_compute`, `register_topi_schedule`, `template` instead.
   
   I see. Make sense to me.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services