areusch opened a new issue #10038:
URL: https://github.com/apache/tvm/issues/10038


   We have been taking on technical debt by injecting codegen- and 
whole-compiler parameters into the Target string. This causes the undesirable 
side effect that when these parameters are changed, tuning logs are considered 
invalid, even though these parameters currently have no effect on AutoTVM 
results. #9352 started down this path, but we need to clean up the API before 
we can make a release, and address the effect on tuning logs to ensure there 
were no unintended side-effects. Example parameters are:
   
   - `-runtime=c`
   - `-unpacked-api=1`
   - `-executor=aot`
   - `-interface-api=c`
   - `-link-params=1`
   
   cc @Mousius 


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