Enet4 / faiss-rs

Rust language bindings for Faiss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support faiss_index_gpu_to_cpu in GpuIndexImpl

ava57r opened this issue · comments

Now GpuIndexImpl supports only cpu -> gpu

Add support function faiss_index_gpu_to_cpu

I'm not sure I follow. Don't GpuIndexImpl#to_cpu and GpuIndexImpl#into_cpu work for converting a GPU index back to a CPU index? source

Oh! I am sorry!
I did not see