tqchen opened a new pull request, #18887: URL: https://github.com/apache/tvm/pull/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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
