TornadoVM
TornadoVM copied to clipboard
Support for JDK 23 and migrate to Graal compiler 24.1.0
This PR is WIP for TornadoVM running with JDK23 and Graal 24.1.0.
How to test:
make jdk23 BACKEND=opencl
make tests
make jdk23 BACKEND=ptx
make tests
make jdk23 BACKEND=spirv
make tests