Skip to content

v1.10.0

Choose a tag to compare

@freemo freemo released this 05 Sep 02:05
  • 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)