The GitHub Actions job "Lint" on tvm.git/main has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
bbd115877dc9faf6bdc81b8d04332e468022ad35 / Tianqi Chen 
<[email protected]>
[REFACTOR][IR] Consolidate expression operator overloading into the base layer 
(#20248)

## Rationale

Python expression operators should have one shared base-layer protocol
instead of parallel TIRx and Relax mixins. A single surface keeps proxy
realization and type-directed dispatch consistent while leaving dialect
implementations behind their existing hooks.

## Changes

- expose public `ExprOperand` and `ExprWithOp` base-layer classes
- route TIRx and Relax expression nodes through the shared operator
surface
- preserve unresolved Relax operator chains and TE equality with
primitive expressions
- propagate `NotImplemented` for unsupported binary operators so Python
reflected dispatch remains available
- keep subscription and `SubscriptProxy` behavior outside this change

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

With regards,
GitHub Actions via GitBox


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

Reply via email to