Skip to content

Releases: Syncleus/aparapi-jni

v1.4.3

12 Jul 15:49
6442cd2
Compare
Choose a tag to compare
  • Enforces Kernel and Device max work group size limitations and provides query functions for clGetKernelWorkGroupInfo(...)
  • Support for armhf and aarch64 architectures for Linux OS
  • Support for loading MingW compiled DLLs
  • Allows OpenCL versions that have not been tested (such as 3.0) to be run but issues a warning (previously would fail).
  • Updated the following dependency versions:
    ** com.syncleus:syncleus 7 -> 8

version 1.4.2

19 Jan 18:54
v1.4.2
2074e51
Compare
Choose a tag to compare
  • Fixed Potential JVM crash when using multi-dimensional arrays (> 1D)

v1.4.1

27 Apr 23:38
Compare
Choose a tag to compare
  • Fixed exception handling when calling Java method OpenCLDevice.configure() to not hide exceptions

v1.4.0

27 Apr 20:53
Compare
Choose a tag to compare
  • Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
  • Significant speed-up on discrete GPUs with dedicated memory - OpenCLDevice.setSharedMemory(false)
  • Now supports efficient execution on discrete GPU and other devices with dedicated memory
  • Support for OpenCLDevice configurator/configure API

v1.3.1

25 Apr 00:04
Compare
Choose a tag to compare
  • Fixed JVM crash with multi-dimensional arrays in Local memory (2D and 3D local arrays are now supported)

v1.2.0

12 Feb 03:10
Compare
Choose a tag to compare
  • Added support for OpenCL 2.1.
  • createProgram in Java had the wrong signature producing a unsatisfied link exception that is now fixed.

v1.1.2

29 Dec 05:04
Compare
Choose a tag to compare
  • Fixed UnsatisfiedLinkError which occured only on Windows.

v1.1.1

16 Dec 03:49
Compare
Choose a tag to compare
  • Fixed "`CXXABI_1.3.8' not found " error encountered on some older systems.

v1.1.0

12 Dec 02:33
Compare
Choose a tag to compare
  • Added Windows 64bit support.
  • The load method now throws an exception if a library can't be loaded rather than returning quietly.

v1.0.1

11 Dec 06:48
Compare
Choose a tag to compare
  • Added OSX support.