Module notzed.zcl
Package au.notzed.zcl
Provides a Java binding for OpenCL 2.1 and earlier.
-
Interface Summary Interface Description CL Constants from cl.h.CLContextNotify Callback for CLContext.createContext*()CLContextProperty Properties for CLContext creation.CLDeviceProperty Properties for CLDevice sub-device creation.CLEventNotify Callback for CLEvent.CLNativeKernel Native kernel as passed to CLCommandQueue.enqueueNativeKernel.CLNotify<T> Generic notify routine.CLPipeProperty Properties for CLPipe creation.CLProperty All property arrays implement this interface.CLQueueProperty Properties for CLCommandQueue creation.CLSamplerProperty Properties for CLSampler creation.CLTask Tasks are a functional(ish) interface to queueable jobs. -
Class Summary Class Description CLBuffer Interface for memory buffers.CLBufferInfo Parameters for Buffer.createSubBuffer()CLCommandQueue Interface for cl_command_queue.CLContext Interface for cl_contextCLContextProperty.TagValue CLDevice Interface for cl_device_id.CLDeviceProperty.PartitionByCounts CLDeviceProperty.TagValue CLEvent Interface for cl_event.CLEventList Manages a list of cl_events.CLExtendable Extendable object.CLExtension Experimental code for extension support.CLImage<T> Interface for cl_image.CLImageDesc Holder for cl_image_desc equivalent.CLImageFormat Holder for cl_image_format equivalent.CLKernel Interface for cl_kernel.CLMemory Interface for cl_mem.CLObject Base class for all OpenCL types which can be represented as objects.CLPipe<T> Interface for pipes.CLPipeProperty.TagValue CLPlatform Interface for cl_platform_idCLProgram Interface for cl_program.CLProperty.TagValue A simple tag/value property type.CLQueueProperty.TagValue CLSampler Interface for cl_sampler.CLSamplerProperty.TagValue -
Enum Summary Enum Description CLChannelOrder Enum for wrapping the cl_channel_order constants from cl.h.CLChannelType Enum for wrapping the cl_channel_type constants from cl.h.CLCommandType Enum for wrapping the cl_command_type constants from cl.h. -
Exception Summary Exception Description CLException CLRuntimeException