Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@freemo freemo released this 12 Jul 16:16
· 1 commit to master since this release
8d8a845
  • Add support for getKernelMaxWorkGroupSize(), getKernelCompileWorkGroupSize(), getKernelPreferredWorkGroupSizeMultiple(), getKernelMinimumPrivateMemSizeInUsePerWorkItem() and getKernelLocalMemSizeInUse()
  • Fixed Barriers give inconsistent results on NVIDIA backend.
  • New Kernel.compile(...) methods for forcing pre-compilation of a kernel without executing it
  • Fixed NPE bug for Kernel.getProfileReportCurrentThread(device) and similar methods
  • Fixed bug where ClassModel would throw an error when loaded if boot strap methods were 0.
  • Aparapi can now run on any OpenCL version rather than failing on untested versions it produces a warning.
  • Updated the following dependency versions:
    ** com.aparapi: aparapi-jni 1.4.2 -> 1.4.3
    ** org.apache.bcel:bcel 6.4.1 -< 6.5.0
    ** org.scala-lang:scala-library 2.13.1 -> 2.13.4
    ** com.syncleus:syncleus 7 -> 8