Interface | Description |
---|---|
Config.InstructionListener |
Class | Description |
---|---|
Config |
A central location for holding all runtime configurable properties as well as logging configuration.
|
Kernel |
A kernel encapsulates a data parallel algorithm that will execute either on a GPU
(through conversion to OpenCL) or on a CPU via a Java Thread Pool.
|
ProfileInfo | |
Range |
A representation of 1, 2 or 3 dimensional range of execution.
|
Enum | Description |
---|---|
Kernel.EXECUTION_MODE |
The execution mode ENUM enumerates the possible modes of executing a kernel.
|
Annotation Type | Description |
---|---|
Kernel.Constant |
We can use this Annotation to 'tag' intended constant buffers.
|
Kernel.Local |
We can use this Annotation to 'tag' intended local buffers.
|