Class | Description |
---|---|
KernelArg |
Each field (or captured field in the case of an anonymous inner class) referenced by any bytecode reachable from the users Kernel.run(), will
need to be represented as a
KernelArg . |
KernelRunner |
The class is responsible for executing
Kernel implementations. |