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:
0d017c13a48d3d2ed8ae63b0329f5064204316b3 / Guan-Ming (Wesley) Chiu 
<[email protected]>
[Relax] Replaced call_pure_packed with tensor_to_shape operator (#18616)

## Why

Simplifying the code and addressing the purity issue mentioned in the
TODO comment.

## How

**Before**
```
output_shape = bb.emit(
    call_pure_packed(
        "vm.builtin.tensor_to_shape", output_shape, 
sinfo_args=ShapeStructInfo(ndim=ndim)
    )
)
```

**After**
```
output_shape = bb.emit(tensor_to_shape(output_shape))
```

---------

Co-authored-by: gemini-code-assist[bot] 
<176961590+gemini-code-assist[bot]@users.noreply.github.com>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to