rmuir commented on PR #12311: URL: https://github.com/apache/lucene/pull/12311#issuecomment-1556297297
i pushed one more commit to improve for "unaligned" vectors. the way to think about it, with unrolling, we do 64-at-a-time on avx512. So it isn't good to do worst-case 63 scalar computations just because user had 1023 dimensions or something like that. better to be bounded to 15. It makes things more well-rounded and prevents seeing slowdowns for sizes such as 702 in the test. -- 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