Aparapi v1.10.0 Release Notes

Release Date: 2018-09-05 // over 5 years ago
    • If statements with empty blocks and comparisons outside of if or while statements now compile and run on the GPU.
    • ๐Ÿ›  Fix kernel management inconsistencies regarding preferred devices management
    • ๐Ÿ›  Fix Java execution mode with barriers to not deadlock when a thread dies or is interrupted (InterruptedException)
    • ๐Ÿ›  Fix Java execution mode to fail-fast when Kernel execution fails
    • Java execution mode now provides detailed backtraces of failed Kernel threads including passId, groupIds, globalIds and localIds
    • ๐ŸŒ Internal translation of bytecode is now facilitated by the BCEL library
    • ๐Ÿ‘€ Scala support has been added (see unit tests).
    • Fix arrays of AtomicInteger stored on local variables no longer fail with type cast exception while generating OpenCL (support for I_ALOAD_0,1,2,3 bytecode instructions)