Releases: Syncleus/aparapi-jni
Releases · Syncleus/aparapi-jni
v1.4.3
- 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
- Fixed Potential JVM crash when using multi-dimensional arrays (> 1D)
v1.4.1
v1.4.0
- 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