jar

com.nativelibs4java : opencl4java-jna

Maven & Gradle

Jan 08, 2013
2 usages

OpenCL4Java / JNA · OpenCL4Java is a thin Java wrapper around OpenCL's C API. It uses JNA as its interop layer library, which means it works on all of the (many) JNA-supported platforms (see http://jna.dev.java.net/). It is autogenerated by JNAerator (http://jnaerator.googlecode.com/), so updates to newer OpenCL specs are a matter of seconds. Note that OpenCL4Java is used by JavaCL, an Object-Oriented API that presents OpenCL in a much more practical, powerful and idiomatic way to Java. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

Table Of Contents

Latest Version

Download com.nativelibs4java : opencl4java-jna JAR file - Latest Versions:

All Versions

Download com.nativelibs4java : opencl4java-jna JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window opencl4java-jna-1.0.0-RC3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.nativelibs4java.opencl.library

├─ com.nativelibs4java.opencl.library.OpenCLLibrary.class - [JAR]

├─ com.nativelibs4java.opencl.library.OpenGLContextUtils.class - [JAR]

├─ com.nativelibs4java.opencl.library.cl_buffer_region.class - [JAR]

├─ com.nativelibs4java.opencl.library.cl_image_format.class - [JAR]

Advertisement