mikemccand commented on PR #12311:
URL: https://github.com/apache/lucene/pull/12311#issuecomment-1575497458

   Thanks @markmiller.
   
   Does the Panama API give us any insight into the underlying capabilities of 
the CPU?  Not just which versions/widths of SIMD instructions are supported (in 
a general cross-platform sort of way I guess), but also how much "true" 
concurrency of these SIMD instructions is supported?  It seems like an 
important detail of the bare metal that should somehow be accessible up in the 
clouds of javaland... e.g. it would inform how much intra-query concurrency an 
app should try to use with KNN queries.


-- 
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