pystencils.codegen.Kernel#
- class pystencils.codegen.Kernel(body, target, name, parameters, required_headers, jit)#
A pystencils kernel.
The kernel object is the final result of the translation process. It is immutable, and its AST should not be altered any more, either, as this might invalidate information about the kernel already stored in the kernel object.
- Parameters: