sunggg opened a new pull request, #14691: URL: https://github.com/apache/tvm/pull/14691
To track the state of transformation during joint-optimization, current TuningAPI manages two copies of IRModule in `Trace`. However, it becomes a problem for large models because we need to copy their parameters as well. As we only have a single tuning pass for MetaSchedule now, this PR temporarily disables the usage of `Trace` to unblock the tuning of large models. Upcoming PR will refactor this. cc. @masahi -- 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]
