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 pointer based APIs in RAFT for ivf_pq::build and ivf_pq::extend do accept host and device arrays (as well es pinned, and managed arrays). Accepting host arrays is an important feature: IVF-PQ algorithm allows us to build index from dataset that is larger than GPU memory (it can be even larger than host memory, if the data is mmap-ed). The cuVS interface should also support host arrays.
The text was updated successfully, but these errors were encountered:
tfeher
changed the title
[BUG] IVF-PQ build / extend API only supports host mdarray
[BUG] IVF-PQ build / extend API does not support host mdspan
May 16, 2024
The pointer based APIs in RAFT for
ivf_pq::build
andivf_pq::extend
do accept host and device arrays (as well es pinned, and managed arrays). Accepting host arrays is an important feature: IVF-PQ algorithm allows us to build index from dataset that is larger than GPU memory (it can be even larger than host memory, if the data ismmap
-ed). The cuVS interface should also support host arrays.The text was updated successfully, but these errors were encountered: