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 is a tracking issue to enable support for the IDSelector (e.g. pre-filtering) APIs through the cuVS indexes. We will contribute this feature, but want to have an issue to link.
The text was updated successfully, but these errors were encountered:
The IDSelector's only virtual function is is_member that returns a boolean.
On CPU, the indexes that support filtering at search time have two modes of operation:
call is_member for the ids and keep the result depending on the ouput
specialized behavior for certain types of IDSelectors, see this wiki entry.
I don't know how feasible it is to shell out from GPU to call a virtual function for the general case. But it would already be very useful to support a few simple IDSelector types on GPU like IDSelectorRange or IDSelectorBitmap
This is a tracking issue to enable support for the IDSelector (e.g. pre-filtering) APIs through the cuVS indexes. We will contribute this feature, but want to have an issue to link.
The text was updated successfully, but these errors were encountered: