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 2021/04/03 00:45:14 UTC

[GitHub] [tvm] comaniac opened a new pull request #7794: [AutoScheduler] Add task.desc for its function name

comaniac opened a new pull request #7794:
URL: https://github.com/apache/tvm/pull/7794


   This PR adds an optional field `desc` to AutoScheduler's `SearchTask`. When extracting the tasks, this field will be used to stored the Relay function name it extracted from (e.g., `fused_nn.conv2d`). This would be useful if users only want to tune some tasks in a network.
   
   cc @merrymercy @jcf94 @FrozenGene 


-- 
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



[GitHub] [tvm] merrymercy merged pull request #7794: [AutoScheduler] Add task.desc for its function name

Posted by GitBox <gi...@apache.org>.
merrymercy merged pull request #7794:
URL: https://github.com/apache/tvm/pull/7794


   


-- 
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