[code-reflection] RFR: Upgrade ONNX runtime to use API version 1.23.1 [v3]
Ana Maria Mihalceanu
duke at openjdk.org
Wed Oct 29 19:24:37 UTC 2025
On Wed, 29 Oct 2025 18:37:50 GMT, Adam Sotona <asotona at openjdk.org> wrote:
>> Ana Maria Mihalceanu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Allow low-precision accumulation on a GPU.
>>
>> Signed-off-by: ammbra <mihalceanuana at gmail.com>
>
> cr-examples/onnx/src/test/java/oracle/code/onnx/fer/FERInference.java line 35:
>
>> 33: import java.lang.foreign.Arena;
>> 34: import java.net.URL;
>> 35: import java.util.Map;
>
> unused imports?
Yes, I removed those in my recent commit. Thank you for catching them.
> cr-examples/onnx/src/test/java/oracle/code/onnx/fer/FERInference.java line 39:
>
>> 37:
>> 38: import static oracle.code.onnx.fer.FERCoreMLDemo.IMAGE_SIZE;
>> 39: import static oracle.code.onnx.foreign.onnxruntime_c_api_h.*;
>
> unused imports?
Yes, I forgot about these 😁 . Thank you for catching them.
-------------
PR Review Comment: https://git.openjdk.org/babylon/pull/645#discussion_r2475030349
PR Review Comment: https://git.openjdk.org/babylon/pull/645#discussion_r2475028608
More information about the babylon-dev
mailing list