Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix valid count computation in offset_bitmask_binop kernel (#13489)
Fixes the valid count calculation in the `offset_bitmask_binop` kernel when the mask may contain slack bits. The slack bits must be accounted for in the final bitmask word to correctly compute the valid count. Closes #13479 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Bradley Dice (https://github.com/bdice) - Lawrence Mitchell (https://github.com/wence-)
- Loading branch information