kyamagu / faiss-wheels

Unofficial faiss wheel builder
MIT License
275 stars 35 forks source link

AVX512 support #91

Closed kyamagu closed 5 months ago

kyamagu commented 6 months ago

Is your feature request related to a problem? Please describe. The upstream faiss implements AVX512 extension. This wheel builder does not yet support the option.

Describe the solution you'd like The build script should support AVX512 extension.

Describe alternatives you've considered N/A

Additional context N/A

kyamagu commented 5 months ago

Upstream bug https://github.com/facebookresearch/faiss/pull/3214

kyamagu commented 5 months ago

Fixed in #93