Guan-Ming Chiu
277ae41efa
[Relax] Legalize grouped conv with symbolic channels ( #20039 )
...
- `LegalizeOps` skips grouped `conv1d/2d/3d` when channel size is
symbolic
- The only blocker is `topi.nn.conv`'s divisibility `assert`s, which
fail on symbolic `PrimExpr`; the grouped compute already handles
symbolic dims
## How
- Skip the divisibility check when the channel size is not a constant
int
- Remove the symbolic-channel guards from the conv legalize functions
2026-07-23 15:31:55 -04:00
..
2026-02-27 21:29:47 -05:00
2026-07-15 17:12:40 +08:00
2026-02-27 21:29:47 -05:00
2026-02-22 11:03:21 -05:00
2026-03-19 21:27:54 -07:00
2026-03-19 21:27:54 -07:00
2026-03-19 21:27:54 -07:00
2026-03-19 21:27:54 -07:00
2026-02-27 21:29:47 -05:00
2026-02-22 11:03:21 -05:00
2026-02-23 07:29:21 -05:00
2026-07-23 15:31:55 -04:00
2026-02-27 21:29:47 -05:00
2026-07-01 18:55:33 -04:00
2026-02-27 21:29:47 -05:00
2026-03-19 21:27:54 -07:00
2026-07-15 17:12:40 +08:00
2026-03-19 21:27:54 -07:00
2026-03-19 21:27:54 -07:00
2026-03-19 21:27:54 -07:00
2026-06-24 21:31:47 -04:00
2026-03-19 21:27:54 -07:00
2026-03-19 21:27:54 -07:00
2026-02-22 11:03:21 -05:00
2026-02-22 11:03:21 -05:00
2026-02-22 11:03:21 -05:00
2026-02-22 11:03:21 -05:00
2026-02-22 11:03:21 -05:00
2026-03-19 21:27:54 -07:00
2026-02-27 21:29:47 -05:00
2026-07-01 18:55:33 -04:00
2026-03-19 21:27:54 -07:00
2026-02-22 11:03:21 -05:00
2026-03-19 21:27:54 -07:00
2026-02-22 11:03:21 -05:00
2026-02-23 07:29:21 -05:00
2026-02-22 11:03:21 -05:00
2026-03-19 21:27:54 -07:00
2026-06-24 21:31:47 -04:00
2026-03-19 21:27:54 -07:00
2026-02-23 07:29:21 -05:00