The GitHub Actions job "Lint" on tvm.git/tvm-buffer-type-var-refactor has 
succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
81dc8857dab0d5f2f63178a069c3e69761657a51 / Tianqi Chen 
<[email protected]>
[FIX][TIRX] Preserve behavior after typed-buffer migration

Keep physical-buffer ownership explicit after Buffer becomes a typed Var. 
Storage planning, vector type rewriting, cleanup, and all-reduce lowering now 
maintain pass-local alias-to-root maps only where liveness or allocation 
remapping requires them; simpler passes decode buffer_data projections locally.

Replace superseded DeclBuffer bindings instead of retaining stale declarations, 
reject aliases whose physical source has not been registered, and repair merged 
tagged-memory children after their parent allocation is rebuilt. Restore the 
alias-lifetime and original-output regressions that exercise these invariants.

Preserve the Python compatibility surface deliberately: Buffer remains an 
annotation/import alias, is_buffer_var is the runtime discriminator, legacy 
metadata properties reject non-buffer Vars with AttributeError, and dtype 
continues to return DataType.

Validated with a clean C++ build, 239 focused passing tests (3 skipped), and 
the complete TIRx/S-TIR Python suite; remaining broad-suite failures require 
unavailable LLVM, CUDA, NKI, Torch, or target-feature support.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to