The GitHub Actions job "tvm-bot" on tvm.git/main has succeeded.
Run started by GitHub user THINKER-ONLY (triggered by THINKER-ONLY).

Head commit for run:
9808108e48af413a03ec35e512939a522132176b / Guan-Ming Chiu 
<[email protected]>
[Relax] Legalize dilated conv_transpose (#19842)

## Why

relax.nn.conv{1,2,3}d_transpose with dilation > 1 silently bailed in
legalize and then crashed in VM codegen with an opaque error.

## How

- Lower dilation > 1 by zero-filling (dilating) the kernel, then reusing
the existing TOPI transposed-conv compute (1D/2D/3D).
- Unsupported non-NCHW layouts and out_layout != data_layout keep their
existing passthrough (left for downstream/BYOC codegen such as CLML),
unchanged.
- Add a 2D-dilation structural test.

Signed-off-by: Guan-Ming (Wesley) Chiu 
<[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to