rmuir commented on PR #12743: URL: https://github.com/apache/lucene/pull/12743#issuecomment-1803265618
speeds up as many machines as it slows down. cascadelake: `['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.504 ± 0.005 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 1.850 ± 0.013 ops/us ``` graviton2: `['0', '1']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.387 ± 0.001 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.121 ± 0.004 ops/us ``` graviton3: `['0', '1']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.370 ± 0.002 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 3.346 ± 0.025 ops/us ``` haswell: `['0', 'GenuineIntel', 'Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.096 ± 0.016 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 1.678 ± 0.039 ops/us ``` icelake: `['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.586 ± 0.010 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.240 ± 0.006 ops/us ``` sapphirerapids: `['0', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8488C', '1', 'GenuineIntel', 'Intel(R) Xeon(R) Platinum 8488C']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.408 ± 0.009 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.729 ± 0.058 ops/us ``` zen2: `['0', 'AuthenticAMD', 'AMD EPYC 7R32', '1', 'AuthenticAMD', 'AMD EPYC 7R32']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 1.544 ± 0.004 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 1.435 ± 0.004 ops/us ``` zen3: `['0', 'AuthenticAMD', 'AMD EPYC 7R13 Processor', '1', 'AuthenticAMD', 'AMD EPYC 7R13 Processor']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 1.580 ± 0.002 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 1.791 ± 0.004 ops/us ``` zen4: `['0', 'AuthenticAMD', 'AMD EPYC 9R14', '1', 'AuthenticAMD', 'AMD EPYC 9R14']` main ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 1.856 ± 0.002 ops/us ``` patch ``` Benchmark (size) Mode Cnt Score Error Units VectorUtilBenchmark.binaryDotProductScalar 1024 thrpt 15 2.364 ± 0.007 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