| Package | Description |
|---|---|
| javolution.context |
Run-time
contexts to facilitate
separation of concerns and achieve higher level of performance and flexibility. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ComputeContext.Kernel |
ComputeContext.createKernel(Class<? extends ComputeContext.Program> program,
String kernelName)
Creates the kernel from the specified program having the specified name
in this context.
|
static ComputeContext.Kernel |
ComputeContext.newKernel(Class<? extends ComputeContext.Program> program,
String kernelName)
Returns a kernel from the current context having the specified name.
|
Copyright © 2017. All rights reserved.