All Versions
19
Latest Version
Avg Release Cycle
124 days
Latest Release
-

Changelog History
Page 2

  • v1.3.4 Changes

    December 29, 2016
    • ⚡️ Updated to aparapi-jni 1.1.2 thus fixing UnsatisfiedLinkError which occured only on Windows.
  • v1.3.3 Changes

    • ➕ 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 Changes

    • ➕ Added Windows 64bit support.
    • 👌 Improved exception message when a native library can't be loaded.
  • v1.3.1 Changes

    • ➕ Added full support for OSX.
  • v1.3.0 Changes

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

    • 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 Changes

    • 🛠 Fixed a bug where OpenCL kernels were getting compiled twice.
  • v1.1.1 Changes

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

    • 🔄 Changed group id and package to com.aparapi