Skip to content

v1.8.0

Choose a tag to compare

@freemo freemo released this 25 Apr 00:20
· 191 commits to master since this release
  • Updated KernelManager to facilitate class extensions having constructors with non static parameters
  • Enable kernel profiling and execution simultaneously on multiple devices (multiple threads calling same kernel class on multiple devices)
  • Fixed JVM crash when multi-dimensional arrays were used in Local memory (2D and 3D local arrays are now supported)
  • Fixed bug where signed integer constants were being interpreted as unsigned values during Codegen.