The GitHub Actions job "CI" on tvm.git/main has succeeded.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
82fa8bf8f688e27f60d7d52c0d4e0da3c9ebab9b / Guan-Ming Chiu 
<[email protected]>
[Relax] Fix divide-by-zero in reshape pattern detection (#19958)

## Why

Fixes #17745. `has_reshape_pattern` builds an inverse index map that
divides by each iter extent, so a zero-extent iter crashed with
divide-by-zero.

## How

- Skip the fused-var check when any block iter has zero extent; such
blocks touch no elements, so they are not reshape patterns.
- Added `test_reshape_pattern_zero_extent` in
`tests/python/relax/test_analysis.py`.

Report URL: https://github.com/apache/tvm/actions/runs/29041487068

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to