TornadoVM icon indicating copy to clipboard operation
TornadoVM copied to clipboard

Support for JDK 23 and migrate to Graal compiler 24.1.0

Open mikepapadim opened this issue 4 months ago • 1 comments

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

mikepapadim avatar Oct 01 '24 17:10 mikepapadim