ewfian / faiss-node

Node.js bindings for faiss
https://www.npmjs.com/package/faiss-node
MIT License
107 stars 10 forks source link

CUDA/GPU Support? #22

Open asilvas opened 1 year ago

asilvas commented 1 year ago

Curious why GPU support was disabled, and if you intend to eventually create a CUDA/GPU build?

ewfian commented 1 year ago

I don't have the required hardware for GPU support, and considering that the existing API is still in its early stages, So, my main focus right now is to add more API functionality. Adding GPU support is definitely something I plan to include in the future, if you're eager to contribute and implement GPU support, PRs are welcome!