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

Head commit for run:
06a8102d4d3adeaff903ddf404c9a455c0d1b0d4 / Akaash Parthasarathy 
<[email protected]>
[Fix][Relax] Preserve tensor-derived symbols during fusion (#20139)

`FuseOps` may lift a symbolic primitive argument into an independent
scalar parameter before the complete fused-function boundary is known.
This can sever its relationship with tensor or shape types, making the
result argument-order dependent and potentially producing an invalid or
redundant ABI. This PR classifies symbolic primitive arguments after
collecting the full fused-function boundary, preserving their
relationship with tensor and shape types regardless of argument order.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to