|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Copyright 2014 JogAmp Community. More...
Packages | |
| package | gl |
| package | impl |
| package | llb |
| package | spi |
| package | util |
Classes | |
| interface | AutoCloseable |
| import of JDK7's ARM interface allowing JDK6 backwards compatibility. More... | |
| class | CLBuffer |
| OpenCL buffer object wrapping an optional NIO buffer. More... | |
| class | CLBufferTest |
| class | CLCommandQueue |
The command queue is used to queue a set of operations for a specific CLDevice. More... | |
| class | CLCommandQueueTest |
| class | CLContext |
| CLContext is responsible for managing objects such as command-queues, memory, program and kernel objects and for executing kernels on one or more devices specified in the context. More... | |
| class | CLDevice |
| This object represents an OpenCL device. More... | |
| interface | CLErrorHandler |
| Experimental: the api may change in future, feedback appreciated. More... | |
| class | CLEvent |
| Event objects can be used for synchronizing command queues, e.g you can wait until a event occurs or they can also be used to capture profiling information that measure execution time of a command. More... | |
| class | CLEventList |
| Fixed size list for storing CLEvents. More... | |
| interface | CLEventListener |
| A callback for a specific command execution status. More... | |
| class | CLException |
| Main Exception type for runtime OpenCL errors and failed function calls (e.g. More... | |
| class | CLExceptionTest |
| class | CLImage |
| class | CLImage2d |
| class | CLImage3d |
| class | CLImageFormat |
| Represents the OpenCL image format with its channeltype and order. More... | |
| class | CLImageTest |
| Test testing CLImage API. More... | |
| class | CLKernel |
| High level abstraction for an OpenCL Kernel. More... | |
| interface | CLMemObjectListener |
| A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed. More... | |
| class | CLMemory |
| Common superclass for all OpenCL memory types. More... | |
| class | CLObject |
| Common superclass for all OpenCL objects. More... | |
| class | CLObjectResource |
| Releasable resource with an CL object ID. | |
| class | CLPlatform |
| CLPlatfrorm representing a OpenCL implementation (e.g. More... | |
| class | CLProgram |
Represents a OpenCL program executed on one or more CLDevices. More... | |
| class | CLProgramBuilder |
| CLProgramBuilder is a helper for building programs with more complex configurations or building multiple programs with similar configurations. More... | |
| class | CLProgramTest |
| interface | CLProperty |
| OpenCL property. More... | |
| interface | CLResource |
| Releasable OpenCL resource. More... | |
| class | CLSampler |
| Object representing an OpenCL sampler. More... | |
| class | CLSubBuffer |
| A sub buffer of a CLBuffer. More... | |
| class | CLUserEvent |
| Custom, user controlled event. More... | |
| class | CLVersion |
| Version of an OpenCL Implementation. More... | |
| class | HighLevelBindingTest |
| Test testing the high level bindings. More... | |
| class | JoclVersion |
| class | LowLevelBindingTest |
| Test testing the low level bindings. More... | |
| class | TestJoclVersion |
Copyright 2014 JogAmp Community.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY JogAmp Community `‘AS IS’' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JogAmp Community OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of JogAmp Community.