masahi commented on PR #12416:
URL: https://github.com/apache/tvm/pull/12416#issuecomment-1220071237

   @areusch Since most common use cases do not need `link-params`, I hesitate 
to break API and impose `executor` argument to all users of meta schedule task 
extraction. Instead, I'm leaning toward pushing the responsibility to users if 
they want to use `link-params` together with meta schedule, by requiring the 
following usage:
   
   ```
       with tvm.transform.PassContext(config={"relay.FuseOps.link_params": 1}):
            meta_schedule.extract_task_from_relay(...)
   ```


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

Reply via email to