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

Head commit for run:
2b9541ffd4a1a3f089e1f64d5087938f9d48ac4e / tqchen <[email protected]>
[REFACTOR][TIR] Remove body from AllocBuffer and DeclBuffer

Make AllocBuffer and DeclBuffer flat (no body field), like Bind.
Buffer scope extends to end of enclosing scope instead of being
defined by a nested body.

- Remove body field from AllocBufferNode/DeclBufferNode
- Update all visitors, mutators, codegen backends
- Add scope-stack tracking in calculate_allocated_memory and
  lower_tvm_builtin for correct peak memory and LIFO free ordering
- Remove obsolete AllocateFrame/DeclBufferFrame/AllocBufferFrame
- Remove T.allocate() (replaced by T.alloc_buffer())
- Two-pass approach in lower_warp_memory (pre-scan function body)
- Deferred remapping in lower_thread_allreduce for flat IR

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

With regards,
GitHub Actions via GitBox


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

Reply via email to