Skip to content

Commit ac48915

Browse files
committed
updatedwith correct version for AVX512 release
Signed-off-by: Noah Staveley <[email protected]>
1 parent 4143903 commit ac48915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_search-plugins/knn/knn-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Starting with k-NN plugin version 2.16, you can use `binary` vectors with the `f
5151

5252
## SIMD optimization for the Faiss engine
5353

54-
Starting with version 2.13, the k-NN plugin supports [Single Instruction Multiple Data (SIMD)](https://en.wikipedia.org/wiki/Single_instruction,_multiple_data) processing if the underlying hardware supports SIMD instructions (AVX2 on x64 architecture and Neon on ARM64 architecture). SIMD is supported by default on Linux machines only for the Faiss engine. SIMD architecture helps boost overall performance by improving indexing throughput and reducing search latency.
54+
Starting with version 2.13, the k-NN plugin supports [Single Instruction Multiple Data (SIMD)](https://en.wikipedia.org/wiki/Single_instruction,_multiple_data) processing if the underlying hardware supports SIMD instructions (AVX2 on x64 architecture and Neon on ARM64 architecture). SIMD is supported by default on Linux machines only for the Faiss engine. SIMD architecture helps boost overall performance by improving indexing throughput and reducing search latency. Starting with version 2.18, the k-NN plugin supports AVX512 on x64 architecture.
5555

5656
SIMD optimization is applicable only if the vector dimension is a multiple of 8.
5757
{: .note}

0 commit comments

Comments
 (0)