Pulkitg64 commented on PR #15549: URL: https://github.com/apache/lucene/pull/15549#issuecomment-3849524373
Since we are seeing good performance with FP16 now, I wanted to know what the path forward should be. The [JDK PR for adding Float16Vector operations](https://github.com/openjdk/jdk/pull/28002) has not been merged yet, and even if it get merged, we likely cannot use it until the JDK 27 release (unless we have early access). So, until we have that support, should we add a native implementation of FP16 scoring? This would be easier after #15508 (which adds native support in Lucene) gets merged. Once JDK 27 is released, we can switch to the Java implementation for scoring. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
