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

Update GraalVM download links and remove ValueAnchorNode usage #337

Conversation

mikepapadim
Copy link
Member

Description

Updated GraalVM download links to point to the newer version, jdk-21.0.2. Removed the handling of ValueAnchorNode class in the ExceptionSuppression.java, as it was noted to no longer be necessary.

Problem description

There is no backwards compatibility with GraalVM 21.0.1 due to refactoring on ValueAnchorNode

Backend/s tested

Mark the backends affected by this PR.

  • OpenCL
  • PTX
  • SPIRV

OS tested

Mark the OS where this PR is tested.

  • Linux
  • OSx
  • Windows

Did you check on FPGAs?

If it is applicable, check your changes on FPGAs.

  • Yes
  • No

How to test the new patch?

make graal-jdk-21
make tests

Provide instructions about how to test the new patch.


Updated GraalVM download links to point to the newer version, jdk-21.0.2. Removed the handling of ValueAnchorNode class in the ExceptionSuppression.java, as it was noted to no longer be necessary. Optimization and code clean-up steps were taken in this process.
@mikepapadim mikepapadim self-assigned this Feb 19, 2024
@mikepapadim mikepapadim changed the base branch from master to develop February 19, 2024 14:02
@jjfumero jjfumero marked this pull request as draft February 19, 2024 14:12
@jjfumero
Copy link
Member

Thanks @mikepapadim , We will update this PR once the latest JDK updates the GraalVM JIT compiler.

@jjfumero jjfumero added the graal-update Update the Graal JIT compiler label Feb 21, 2024
jjfumero added a commit that referenced this pull request Feb 29, 2024
Improvements
~~~~~~~~~~~~~~~~~~

- `#323 <https://github.com/beehive-lab/TornadoVM/pull/323>`_: Set Accelerator Memory Limit per Execution Plan at the API level
- `#328 <https://github.com/beehive-lab/TornadoVM/pull/328>`_: Javadoc API to run with concurrent devices and memory limits
- `#340 <https://github.com/beehive-lab/TornadoVM/pull/340>`_: New API calls to enable ``threadInfo`` and ``printKernel`` from the Execution Plan API.
- `#334 <https://github.com/beehive-lab/TornadoVM/pull/334>`_: Dynamically enable/disable profiler after first run

Compatibility
~~~~~~~~~~~~~~~~~~

- `#337 <https://github.com/beehive-lab/TornadoVM/pull/337>`_ : Initial support for Graal and JDK 21.0.2

Bug Fixes
~~~~~~~~~~~~~~~~~~

- `#322 <https://github.com/beehive-lab/TornadoVM/pull/322>`_: Fix duplicate thread-info debug message when the debug option is also enabled.
- `#325 <https://github.com/beehive-lab/TornadoVM/pull/325>`_: Set/Get accesses for the ``MatrixVectorFloat4`` type fixed
- `#326 <https://github.com/beehive-lab/TornadoVM/pull/326>`_: Fix installation script for running with Python >= 3.12
- `#327 <https://github.com/beehive-lab/TornadoVM/pull/327>`_: Fix Memory Limits for all supported Panama off-heap types.
- `#329 <https://github.com/beehive-lab/TornadoVM/pull/329>`_: Fix timers for the dynamic reconfiguration policies
- `#330 <https://github.com/beehive-lab/TornadoVM/pull/330>`_: Fix the profiler logs when silent mode is enabled
- `#332 <https://github.com/beehive-lab/TornadoVM/pull/332>`_: Fix Batch processing when having multiple task-graphs in a single execution plan.
@mikepapadim
Copy link
Member Author

Closed in favor of an updated one.

@mikepapadim mikepapadim closed this Apr 4, 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
Development

Successfully merging this pull request may close these issues.

2 participants