Tantalus13A98B5F commented on pull request #7250: URL: https://github.com/apache/tvm/pull/7250#issuecomment-829153018
Hi there. The removed `RPCRunner.ref_input` interface can be used to supply input for certain operators, e.g. a sparse one where random indices are unacceptable. Maybe we should consider a formal interface for this. FYI, in AutoScheduler the `SearchTask.task_inputs` interface does this job, example [here](https://tvm.apache.org/docs/tutorials/auto_scheduler/tune_sparse_x86.html#create-the-search-task). -- 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: [email protected]
