Skip to content

TornadoVM v0.13

Compare
Choose a tag to compare
@jjfumero jjfumero released this 21 Mar 10:28
· 2960 commits to master since this release
440d759

CHANGELOG v0.13

  • Integration with JDK 17 and Graal 21.3.0
    • JDK 11 is the default version and the support for the JDK 8 has been deprecated
  • Support for extended intrinsics regarding math operations
  • Native functions are enabled by default
  • Support for 2D arrays for PTX and SPIR-V backends:
  • Integer Test Move operation supported:
  • Improvements in the SPIR-V Backend:
    • Experimental SPIR-V optimizer. Binary size reduction of up to 3x
    • Fix malloc functions for Level-Zero
    • Support for pre-built SPIR-V binary modules using the TornadoVM runtime for OpenCL
    • Performance increase due to cached buffers on GPUs by default
    • Disassembler option for SPIR-V binary modules. Use --printKernel
  • Improved Installation:
    • Full automatic installer script integrated
  • Documentation about the installation for Windows 11
  • Refactoring and several bug fixes
  • Dependencies for Math3 and Lang3 updated