Package | Description |
---|---|
com.jogamp.opencl.util |
OpenCL utilities.
|
com.jogamp.opencl.util.concurrent |
OpenCL multi device concurrency utilities.
|
Modifier and Type | Method and Description |
---|---|
static CLMultiContext |
CLMultiContext.create(CLPlatform... platforms)
Creates a multi context with all devices of the specified platforms.
|
static CLMultiContext |
CLMultiContext.create(CLPlatform[] platforms,
CLDevice.Type... types)
Creates a multi context with all devices of the specified platforms and types.
|
static CLMultiContext |
CLMultiContext.create(CLPlatform[] platforms,
Filter<CLDevice>... filters)
Creates a multi context with all matching devices of the specified platforms.
|
static CLMultiContext |
CLMultiContext.create(Collection<CLDevice> devices)
Creates a multi context with the specified devices.
|
static CLMultiContext |
CLMultiContext.wrap(CLContext... contexts)
Creates a multi context with specified contexts.
|
Modifier and Type | Method and Description |
---|---|
static <C extends CLQueueContext> |
CLCommandQueuePool.create(CLQueueContextFactory<C> factory,
CLMultiContext mc,
CLCommandQueue.Mode... modes) |