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

Head commit for run:
23ecc31fe6ca3a517b38cd2d9157f046f57bebea / Tianqi Chen 
<[email protected]>
[REFACTOR][IR] Lift primitive expressions into core IR (#20249)

Lift primitive expression nodes into a shared `ir/prim` layer so
arithmetic and other core consumers can use them without treating
expression structure as TIRX-owned. Move reduction construction into TE
as opaque pre-lowering state, retain TE validation of nested reductions,
and keep the primitive builtin surface limited to the nine operations
required by core IR consumers.


High-level rationale:

- We would like to have symbolic primitive expression to live in core
layer which can be shared across different variants
- These expressions are primitive only as a result lives under prim
namespace
- Call remains as the Extension pt for new ops

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

With regards,
GitHub Actions via GitBox


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

Reply via email to