The GitHub Actions job "Nightly Docker Update" on tvm.git/main has failed.
Run started by GitHub user areusch (triggered by areusch).

Head commit for run:
a393b4756368d26db927085cb1de028b567e78c0 / Guan-Ming (Wesley) Chiu 
<[email protected]>
[Relax] Add FInferMixedPrecision and FRelaxInferLayout for conv transpose ops 
(#18629)

## Why

The `conv1d_transpose` and `conv2d_transpose` operators were missing
FInferMixedPrecision and FRelaxInferLayout attribute implementations,
which are needed for:

- Mixed precision training/inference support (e.g., float16 inputs with
float32 outputs)
- Layout transformation optimizations during compilation
- Consistency with conv1d and conv2d operators which already have these
attributes

## How

- Implemented InferLayoutConv1dTranspose and
InferMixedPrecisionConv1dTranspose
- Implemented InferLayoutConv2dTranspose and
InferMixedPrecisionConv2dTranspose

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

With regards,
GitHub Actions via GitBox


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

Reply via email to