Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible overflow in WriteCoalescingCallbackWrapper::TearDown (#1…
…7642) Fixes possible overflow in `WriteCoalescingCallbackWrapper::TearDown` function if the `tile_out_count` is sufficiently large enough. The `out_char += blockDim.x` could overflow when within block-size of the max of `tile_out_count`. Authors: - David Wendt (https://github.com/davidwendt) - Yunsong Wang (https://github.com/PointKernel) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) - Yunsong Wang (https://github.com/PointKernel) URL: #17642
- Loading branch information