CL |
JOCL - Java bindings for OpenCL.
The documentation of the OpenCL methods has been extracted from the OpenCL
registry at https://www.khronos.org/registry/cl/sdk/2.0/docs/man/xhtml/
and is copyright (c) 2007-2010 by The Khronos Group Inc.
|
cl_abstract_properties |
Abstract base class for CL properties, like cl_context_properties
and cl_device_partition_property
|
cl_buffer_region |
Java port of a cl_buffer_region
|
cl_command_queue |
Java port of a cl_command_queue.
|
cl_context |
Java port of a cl_context.
|
cl_context_properties |
Java port of cl_context_properties.
|
cl_device_id |
Java port of a cl_device_id.
|
cl_device_partition_property |
Java port of cl_device_partition_property.
|
cl_event |
Java port of a cl_event.
|
cl_image_desc |
Java port of a cl_image_desc
|
cl_image_format |
Java port of a cl_image_format
|
cl_kernel |
Java port of a cl_kernel.
|
cl_mem |
Java port of a cl_mem.
|
cl_pipe_properties |
Java port of cl_pipe_properties.
|
cl_platform_id |
Java port of a cl_platform_id.
|
cl_program |
Java port of a cl_program.
|
cl_queue_properties |
Java port of cl_queue_properties.
|
cl_sampler |
Java port of a cl_sampler.
|
cl_sampler_properties |
Java port of cl_sampler_properties.
|
LibInitializer |
Utility class for initializing the OpenCL implementation library
|
LibTracker |
Utility class for tracking a set of loaded libraries and
deleting them at program exit.
Note: The current default setting in JOCL is that
this class is NOT used.
This class contains some ugly reflection hacks, attempting
to alleviate the problem that (temporary) native library
files on Windows can not be deleted when they have been
loaded.
However, the default setting in JOCL is that it assumes that
the name of the native library is fixed, and it will not be
necessary to create temporary files.
|
LibUtils |
Utility class for detecting the operating system and architecture
types, and automatically loading the matching native library
as a resource or from a file.
|
NativePointerObject |
Base class for all classes that store a native pointer
|
Pointer |
A Java representation of a void pointer.
|
Sizeof |
Size constants for scalar and vector data types.
|