jinhongyii opened a new pull request, #20067: URL: https://github.com/apache/tvm/pull/20067
## Motivation and context Copy regions can retain constant-valued expressions after variable substitution. Converting those expressions directly to Python integers rejects valid slices even though their extents are statically known. ## Changes - Simplify swizzled-region extents before converting them to Python integers. - Continue rejecting genuinely symbolic extents. - Add a hardware-independent regression for an unfolded constant slice extent. ## Testing - `python -m pytest tests/python/tirx/operator/tile_primitive/test_cuda_copy_common.py` - Changed-files pre-commit checks -- 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]
