The GitHub Actions job "tvm-bot" on tvm.git/main has succeeded.
Run started by GitHub user gemini-code-assist[bot] (triggered by 
gemini-code-assist[bot]).

Head commit for run:
717c822a800c9a8c699f89e01889da5f74ddcd72 / Tianqi Chen 
<[email protected]>
[FIX] Fix cumsum kernel sblock_alloc_buffer for non-sblock buffer (#18887)

## Summary

- Fix `gpu_2d_continuous_cumsum` using `T.sblock_alloc_buffer` for `Tmp`
buffer that is used across multiple kernel launches (not within a single
sblock). Changed to `T.alloc_buffer`.
- `T.sblock_alloc_buffer` places the buffer in SBlock metadata, making
subsequent references to buffer dimensions (used by `ceil_log2`)
undefined after the AllocBuffer/DeclBuffer refactor.

Fixes #18885

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

With regards,
GitHub Actions via GitBox


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

Reply via email to