mehrdadh opened a new pull request, #13610:
URL: https://github.com/apache/tvm/pull/13610
In current TVM, project API ignores the default values that are set for each
project option in a project API server. This results in extra function handlers
to specify the default value for those options in runtime.
This PR searches through available ProjectOptions for a project API server
and adds default values for unspecified options before sending the `options` to
API call function handler.
--
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]