sunggg opened a new pull request #10169: URL: https://github.com/apache/tvm/pull/10169
Since a tuning task can be target-dependent, this PR adds target field to `MetaScheduleContext` and `ExtractedTask` to maintain target information. cc: @junrushao1994 @zxybazh I've also noticed that current database interface commits and query workload in target-agnostic fashion. https://github.com/apache/tvm/blob/main/tests/python/unittest/test_meta_schedule_integration.py#L169-L173 I think `workload` = `mod` + `target` in the same context with the change in this PR, but I would be happy to receive other inputs before I make the change. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
