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

Head commit for run:
1c86f55a88d6862a956454ca26bb90cec1698da4 / Tianqi Chen 
<[email protected]>
[IR] Make function attribute updates generic via reflected shallow copy (#20366)

Function attribute updates use the concrete runtime type's reflected
shallow-copy constructor when the input is shared, while retaining
unique inputs and dictionary copy-on-write. This lets BaseFunc callers
preserve concrete function fields without core IR depending on TIRX or
Relax types.

Replace the core dialect dispatch and immediately redundant Relax
call-site dispatch with the generic helpers. Copyable BaseFunc subtypes,
including ExternFunc, support all three attribute operations uniformly.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to