guan404ming opened a new pull request, #18452: URL: https://github.com/apache/tvm/pull/18452
## Related Issue - https://github.com/apache/tvm/pull/18429 ## Why - Add support for addition expressions (e.g., s0 + 1) in PyTorch dynamic shape constraints ## How - Parse `SymPy` addition expressions from PyTorch's range_constraints to TIR `PrimExpr` - Store derived expressions in new `tir_var_expr` function attribute - Add test `test_dynamic_shape_with_derived_range_constraints` -- 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]
