You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)