TornadoVM icon indicating copy to clipboard operation
TornadoVM copied to clipboard

Support for JDK 22.0.2 and migrate to Graal compiler 24.0.2

Open mikepapadim opened this issue 8 months ago • 9 comments

This PR is in working state for TornadoVM running with JDK22 and Graal 24.0.1.

How to test:

make jdk22 BACKEND=opencl
make tests

make jdk22 BACKEND=ptx
make tests

make jdk22 BACKEND=spirv
make tests

Excpected pass-rate:

mikepapadim avatar Jun 27 '24 07:06 mikepapadim