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

Head commit for run:
d129767d71f54e4fceefa9f7f812bc6db8f2876c / Guan-Ming (Wesley) Chiu 
<[email protected]>
[Relax] Support constant folding for call_tir with tuple outputs (#18736)

## Why

Constant folding skipped call_tir nodes with tuple (multi-tensor)
outputs, leaving foldable operations unoptimized.

## How

- Add ConstEvaluateCallTIRTuple to handle call_tir with TupleStructInfo
output by allocating and packing multiple output tensors
- Route VisitCallTIR through tuple vs single-tensor paths based on
sinfo_args type
- Add test for folding a split-like prim_func with two output tensors

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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to