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
The raw pointer interface and internals of ivf_pq::search support only up to uint32_t number of queries, probes, k, and dimensionality. Yet, the new mdspan api uses IdxT for the extents. I suggest to change that to uint32_t (the second (index) parameter of every mdspan).
The text was updated successfully, but these errors were encountered:
The raw pointer interface and internals of
ivf_pq::search
support only up touint32_t
number of queries, probes,k
, and dimensionality. Yet, the new mdspan api usesIdxT
for the extents. I suggest to change that touint32_t
(the second (index) parameter of every mdspan).The text was updated successfully, but these errors were encountered: