rmuir commented on PR #12737:
URL: https://github.com/apache/lucene/pull/12737#issuecomment-1793153141

   AMD EPYC 9R14:
   `INFO: Java vector incubator API enabled; uses preferredBitSize=512; FMA 
enabled`
   
   main:
   ```
   Benchmark                                  (size)   Mode  Cnt   Score   
Error   Units
   VectorUtilBenchmark.floatCosineScalar        1024  thrpt   15   0.841 ± 
0.002  ops/us
   VectorUtilBenchmark.floatDotProductScalar    1024  thrpt   15   3.540 ± 
0.001  ops/us
   VectorUtilBenchmark.floatSquareScalar        1024  thrpt   15   2.539 ± 
0.010  ops/us
   ```
   
   patch:
   ```
   Benchmark                                  (size)   Mode  Cnt   Score   
Error   Units
   VectorUtilBenchmark.floatCosineScalar        1024  thrpt   15   1.764 ± 
0.002  ops/us
   VectorUtilBenchmark.floatDotProductScalar    1024  thrpt   15   3.584 ± 
0.002  ops/us
   VectorUtilBenchmark.floatSquareScalar        1024  thrpt   15   3.562 ± 
0.004  ops/us
   ```


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