Skip to content

v1.5.0

Choose a tag to compare

@freemo freemo released this 12 Feb 03:19
· 298 commits to master since this release
  • Support for OpenCL 2.1 added.
  • Support inline array creation in the kernel, which is implemented in the GPU in private memory.
  • Updated parent pom to v6.
  • createProgram had the wrong signature producing a unsatisfied link exception that is now fixed.
  • Build now requires version 3.5.0 of maven due to changes in surefire plugin.
  • Added the functions popcount and clz