Module club.doki7.opencl


module club.doki7.opencl

OpenCL Java Bindings implemented with Java 22 FFM (Project Panama) APIs.

OpenCL is the ultimate standard for cross-platform parallel programming on any hardware.

For more information about OpenCL, please refer to the official website and the OpenCL Specification.

Use in Maven

<dependency>
    <groupId>club.doki7</groupId>
    <artifactId>opencl</artifactId>
    <version>0.4.4</version>
    <scope>compile</scope>
</dependency>