-
v3.0.0 Stable
released this
2021-07-12 16:16:06 +00:00 | 8 commits to master since this release- Add support for getKernelMaxWorkGroupSize(), getKernelCompileWorkGroupSize(), getKernelPreferredWorkGroupSizeMultiple(), getKernelMinimumPrivateMemSizeInUsePerWorkItem() and getKernelLocalMemSizeInUse()
- Fixed Barriers give inconsistent results on NVIDIA backend.
- New Kernel.compile(...) methods for forcing pre-compilation of a kernel without executing it
- Fixed NPE bug for Kernel.getProfileReportCurrentThread(device) and similar methods
- Fixed bug where ClassModel would throw an error when loaded if boot strap methods were 0.
- Aparapi can now run on any OpenCL version rather than failing on untested versions it produces a warning.
- Updated the following dependency versions:
** com.aparapi: aparapi-jni 1.4.2 -> 1.4.3
** org.apache.bcel:bcel 6.4.1 -< 6.5.0
** org.scala-lang:scala-library 2.13.1 -> 2.13.4
** com.syncleus:syncleus 7 -> 8
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v2.0.0 Stable
released this
2020-01-19 20:46:05 +00:00 | 75 commits to master since this release- Fixed Potential JVM crash when using multi-dimensional arrays (> 1D)
- Fixed bug causing wrong Aparapi-native library to be loaded.
- Minimum Java JDK compatible is now 1.8 or higher, used to be 1.7
- Updated the following dependency versions:
** com.aparapi: aparapi-jni 1.4.1 -> 1.4.2
** org.scala-lang: scala-library 2.12.6 -> 2.13.1
** net.alchim31.maven: scala-maven-plugin 3.4.1 -> 4.3.0
** org.apache.bcel: bcel 6.2 -> 6.4.1
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download