ChrisHegarty opened a new pull request, #12327:
URL: https://github.com/apache/lucene/pull/12327

   Backport of #12311
   
   Leverage accelerated vector hardware instructions in Vector Search.
   
   Lucene already has a mechanism that enables the use of non-final JDK APIs, 
currently used for the Previewing Pamana Foreign API. This change expands this 
mechanism to include the Incubating Pamana Vector API. When the 
jdk.incubator.vector module is present at run time the Panamaized version of 
the low-level primitives used by Vector Search is enabled. If not present, the 
default scalar version of these low-level primitives is used (as it was 
previously).
   
   Currently, we're only targeting support for JDK 20. A subsequent PR should 
evaluate JDK 21, which is still in development.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to