TornadoVM v1.0.2
29/02/2024
Improvements
- #323 : Set Accelerator Memory Limit per Execution Plan at the API level
- #328 : Javadoc API to run with concurrent devices and memory limits
- #340 : New API calls to enable
threadInfo
andprintKernel
from the Execution Plan API. - #334 : Dynamically enable/disable profiler after first run
Compatibility
- #337 : Initial support for Graal and JDK 21.0.2
Bug Fixes
- #322 : Fix duplicate thread-info debug message when the debug option is also enabled.
- #325 : Set/Get accesses for the
MatrixVectorFloat4
type fixed - #326 : Fix installation script for running with Python >= 3.12
- #327 : Fix Memory Limits for all supported Panama off-heap types.
- #329 : Fix timers for the dynamic reconfiguration policies
- #330 : Fix the profiler logs when silent mode is enabled
- #332 : Fix Batch processing when having multiple task-graphs in a single execution plan.