[code-reflection] RFR: ONNX FFM Runtime initial work [v3]

Per Minborg pminborg at openjdk.org
Mon Feb 10 12:58:35 UTC 2025


On Sun, 9 Feb 2025 14:31:14 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> This is initial work on ONNX FFM runtime with very raw connection with OnnxInterpreter and Tensor.
>> 
>> It is a rebase of https://github.com/PaulSandoz/babylon/pull/1
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   minor rename

cr-examples/onnx/src/main/java/oracle/code/onnx/OnnxRuntime.java line 68:

> 66:     private final SymbolLookup  library;
> 67:     private final MemorySegment runtimeAddress, ret;
> 68:     private final MethodHandle  allocatorGetInfo,

Can these be `static` for better performance?

-------------

PR Review Comment: https://git.openjdk.org/babylon/pull/311#discussion_r1949008459


More information about the babylon-dev mailing list