Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faiss on Windows #334

Closed
AsmaZbt opened this issue Feb 9, 2018 · 5 comments
Closed

Faiss on Windows #334

AsmaZbt opened this issue Feb 9, 2018 · 5 comments
Labels

Comments

@AsmaZbt
Copy link

AsmaZbt commented Feb 9, 2018

i can't understant how to install faiss in windows , please can you help me??

@mdouze
Copy link
Contributor

mdouze commented Feb 9, 2018

Hi
There is an open project, see
https://github.com/facebookresearch/faiss/projects
if you want to contribute, you are most welcome!

@mdouze mdouze added the install label Feb 9, 2018
@AsmaZbt
Copy link
Author

AsmaZbt commented Feb 9, 2018

I have to do it really I need it ;
thank you su much

@beauby beauby changed the title how to install faiss?? Faiss on Windows Feb 20, 2018
@mdouze
Copy link
Contributor

mdouze commented Feb 26, 2018

No activity, closing.

@mosynaq
Copy link

mosynaq commented May 1, 2019

Check this out: faiss-windows.

@mdouze
Copy link
Contributor

mdouze commented May 2, 2019

Thanks for mentioning this @mosynaq, I was not aware of it.
It seems that many things mentioned in https://github.com/facebookresearch/faiss/projects are already done:

  • long -> int64_t (including tricky cases like 1L that becomes (int64_t)1
  • some lib functions like the random generator and time are replaced with their windows equivalents
  • some SSE / AVX intrinsics translated
  • stack allocs with variable sizes replaced with heap allocs
  • visual studio project

However, the Faiss version dates back to july'18 and there are some additions like another GPU implementation of brute-force search that are not really necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants