Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for JDK 23 and migrate to Graal compiler 24.1.0 #574

Draft
wants to merge 65 commits into
base: develop
Choose a base branch
from

Conversation

mikepapadim
Copy link
Member

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 and others added 25 commits July 24, 2024 11:58
Converted all usages of STR formatting to standard Java string concatenation. This change simplifies string formatting and enhances code readability. Several files across the TornadoVM codebase were updated to reflect this change.
@mikepapadim mikepapadim added the graal-update Update the Graal JIT compiler label Oct 1, 2024
@mikepapadim mikepapadim self-assigned this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graal-update Update the Graal JIT compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants