You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate fixed-width validation and width dispatch
Address review feedback on the shared fixed-width kernels:
- Document the contract of every FixedWidthArray hook.
- Validate the records buffer length once in a shared with_values helper
instead of in each implementation, which are now pure constructors.
- Share the byte-width dispatch between take and filter through a single
match_each_record_width macro.
- Fix the miri gate on the AVX2 tests, which was previously a no-op
module-level ignore attribute.
- Test the arbitrary-width fallback paths of both take and filter, and
restore 2-byte and float filter conformance coverage.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
0 commit comments