Aparapi v1.5.0 Release Notes

Release Date: 2018-02-12 // about 6 years ago
    • ๐Ÿ‘Œ 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