See: Description
| Interface | Description |
|---|---|
| CLTask<C extends CLQueueContext,R> |
A task executed on a command queue.
|
| Class | Description |
|---|---|
| CLCommandQueuePool<C extends CLQueueContext> |
A multithreaded, fixed size pool of OpenCL command queues.
|
| CLQueueContext |
Superclass for all per-queue contexts as used in
CLCommandQueuePools. |
| CLQueueContext.CLSimpleQueueContext |
A simple queue context holding a precompiled program and its kernels.
|
| CLQueueContextFactory<C extends CLQueueContext> |
Creates
CLQueueContexts. |
| CLQueueContextFactory.CLSimpleContextFactory |
Creates
CLQueueContext.CLSimpleQueueContexts containing a precompiled program. |
| Enum | Description |
|---|---|
| CLCommandQueuePool.FinishAction |
The action executed after a task completes.
|