Skip to content

Releases: Syncleus/aparapi

v1.3.4

Choose a tag to compare

@freemo freemo released this 29 Dec 05:22
  • Updated to aparapi-jni 1.1.2 thus fixing UnsatisfiedLinkError which occured only on Windows.

v1.3.3

Choose a tag to compare

@freemo freemo released this 16 Dec 04:21
  • 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

Choose a tag to compare

@freemo freemo released this 12 Dec 02:34
  • Added Windows 64bit support.
  • Improved exception message when a native library can't be loaded.

v1.3.1

Choose a tag to compare

@freemo freemo released this 11 Dec 06:52
  • Added full support for OSX.

v1.3.0

Choose a tag to compare

@freemo freemo released this 10 Dec 22:21
  • No longer needs Aparapi JNI library to be installed manually, this is loaded dynmically now.

v1.2.0

Choose a tag to compare

@freemo freemo released this 05 Dec 01:31
  • 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

Choose a tag to compare

@freemo freemo released this 04 Dec 01:17
  • Fixed a bug where OpenCL kernels were getting compiled twice.

v1.1.1

Choose a tag to compare

@freemo freemo released this 03 Dec 23:45
  • Fixed a bug where forward references existed when they shouldnt.
  • Fixed some bugs where improper directory structure were referenced produced exceptions.

v1.1.0

Choose a tag to compare

@freemo freemo released this 03 Dec 19:21

Moved package to com.aparapi

v1.0.0

Choose a tag to compare

@freemo freemo released this 03 Dec 19:18

Initial release.