guan404ming opened a new pull request, #18489: URL: https://github.com/apache/tvm/pull/18489
## Why PyTorch uses int_oo (IntInfinity) for unbounded constraints, which would make our current implemenation crash ## How - Update the type hint for `create_input_vars` to allow for optional upper bounds. - Modify the logic to handle unbounded constraints by setting upper bounds to None when applicable. - Add a new test case -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
