pystencils.jit.NoJit

pystencils.jit.NoJit#

class pystencils.jit.NoJit#

Not a JIT compiler: Used to explicitly disable JIT compilation on an AST.

compile(kernel)#

Compile a kernel function and return a callable object which invokes the kernel.

Return type:

KernelWrapper

Parameters:

kernel (Kernel)