Package com.jogamp.opencl.util.concurrent
OpenCL multi device concurrency utilities.
-
Interface Summary Interface Description CLTask<C extends CLQueueContext,R> A task executed on a command queue. -
Class Summary Class Description CLCommandQueuePool<C extends CLQueueContext> A multithreaded, fixed size pool of OpenCL command queues.CLQueueContext Superclass for all per-queue contexts as used inCLCommandQueuePool
s.CLQueueContext.CLSimpleQueueContext A simple queue context holding a precompiled program and its kernels.CLQueueContextFactory<C extends CLQueueContext> CreatesCLQueueContext
s.CLQueueContextFactory.CLSimpleContextFactory CreatesCLQueueContext.CLSimpleQueueContext
s containing a precompiled program. -
Enum Summary Enum Description CLCommandQueuePool.FinishAction The action executed after a task completes.