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
This PR adds padding to the dataset (if necessary) to make reading any of its rows compatible with 128bit vectorized loads. This change also enables handling arbitrary number of input features (before this PR each row had to be at least 64bit aligned, which constrained the acceptable number of input features).
Fixes#1458.
With this change, it is sufficient to keep a single "load type" specialization for the search kernels, which shall cut the binary size by half (#1459).
Authors:
- Tamas Bela Feher (https://github.com/tfeher)
Approvers:
- tsuki (https://github.com/enp1s0)
- Corey J. Nolet (https://github.com/cjnolet)
URL: #1505
No description provided.
The text was updated successfully, but these errors were encountered: