Skip to content

Releases: Syncleus/aparapi

v1.3.4

29 Dec 05:22

Choose a tag to compare

  • Updated to aparapi-jni 1.1.2 thus fixing UnsatisfiedLinkError which occured only on Windows.

v1.3.3

16 Dec 04:21

Choose a tag to compare

  • Added several missing math functions that are part of the OpenCL standard: acospi, asinpi, atanpi, atan2pi, cbrt, cosh, cospi, exp2, exp10, expm1, log2, log10, log1p, mad, nextafter, sinh, sinpi, tanh, tanpi.
  • Fixed "`CXXABI_1.3.8' not found " error encountered on some older systems.
  • Fixed a bug where calling createProgram resulted in an exception.
  • Changed aparapi JNI load notification into a proper logger message instead of direct to system.out.

v1.3.2

12 Dec 02:34

Choose a tag to compare

  • Added Windows 64bit support.
  • Improved exception message when a native library can't be loaded.

v1.3.1

11 Dec 06:52

Choose a tag to compare

  • Added full support for OSX.

v1.3.0

10 Dec 22:21

Choose a tag to compare

  • No longer needs Aparapi JNI library to be installed manually, this is loaded dynmically now.

v1.2.0

05 Dec 01:31

Choose a tag to compare

  • Kernels of the same class are now eligible to be run on different devices.
  • Added method to set execution mode without any fallback.
  • Added opencl device method for name.
  • Fixed a memory leak.
  • Added method for uncached platform retrieval.

v1.1.2

04 Dec 01:17

Choose a tag to compare

  • Fixed a bug where OpenCL kernels were getting compiled twice.

v1.1.1

03 Dec 23:45

Choose a tag to compare

  • Fixed a bug where forward references existed when they shouldnt.
  • Fixed some bugs where improper directory structure were referenced produced exceptions.

v1.1.0

03 Dec 19:21

Choose a tag to compare

Moved package to com.aparapi

v1.0.0

03 Dec 19:18

Choose a tag to compare

Initial release.