Files
apache--tvm/python/tvm/arith
wrongtest c1b22eefb5 [Arith] Merge surjective/non-surjective iter mapping detections (#11287)
* simplify (x * 96) % 64 to (x * 32) % 64

* adapt merge mulmod opt for OffsetOf computation

* merge DetectIterMap and DetectIterMapPadded

* adjust related interfaces for IterMapLevel

* - check incompatible left paddings
- determine case like x % 16, x in [0, 5) to be non-surjective, since usages may treat the region extent as 16 by mistake.
- skip second round of rewrite when there is no padding
- fix some typo in comments

* rebase upstream
2022-05-31 11:50:00 -07:00
..
2021-07-04 09:59:16 +09:00