CLProgram createProgram(final String src)
Creates a program from the given sources, the returned program is not build yet.
Creates CLSimpleQueueContexts containing a precompiled program.
CLSimpleQueueContext setup(final CLCommandQueue queue, final CLQueueContext old)
abstract C setup(CLCommandQueue queue, CLQueueContext old)
Creates a new queue context for the given queue.
static CLSimpleContextFactory createSimple(final String source)
Creates a simple context factory producing single program contexts.
A simple queue context holding a precompiled program and its kernels.
Superclass for all per-queue contexts as used in CLCommandQueuePools.