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/03/03 03:10:17 UTC

[GitHub] [tvm] merrymercy edited a comment on pull request #7313: [AutoSchedule] Sparse dense tuning support with custom sketch rule

merrymercy edited a comment on pull request #7313:
URL: https://github.com/apache/tvm/pull/7313#issuecomment-789393341


   1. Update the type of `SearchTaskNode::task_inputs`.  Change it from `Map<String, runtime::NDArray>` to `Array<String>`, so we only need to store nd arrays in one place.
   2. Remove `SearchTask.AddTaskInput` interface to make `SearchTask` immutable. We do not have the need to dynamically update task inputs, so we can provide all arguments to the constructors.
   3. Make sure we can use the same interface to support the use case where we want to match the special buffers by name


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