The GitHub Actions job "Lint" on tvm.git/remove-allocbuffer-declbuffer-body-v2 
has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
d22b208c454c8d67d6862607b2a2dca11ddd2366 / tqchen <[email protected]>
[FIX][TIR] Fix scope-stack bugs and test issues in flat AllocBuffer/DeclBuffer

- calculate_allocated_memory.cc: Add scope-stack overrides (For, If, AttrStmt)
  to snapshot/restore _current_size, fixing peak memory tracking regression
  where _current_size monotonically increased without body-based scoping.

- lower_tvm_builtin.cc: Fix free ordering from FIFO to LIFO by iterating
  pending_frees in reverse. Add missing `final` keyword on AllocBuffer handler.

- test_target_codegen_llvm.py: Fix volatile_masked_buffer tests that passed
  Buffer instead of Var as data= param after T.allocate->T.alloc_buffer 
migration.

- test_tir_analysis_undefined_vars.py: Update DeclBuffer(buf, body=...) to flat
  DeclBuffer(buf) + SeqStmt.

- test_tir_transform_storage_rewrite.py: Remove debug mod.show() prints.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to