pystencils.codegen.config.CreateKernelConfig.jit#
- CreateKernelConfig.jit: BasicOption[JitBase] = None#
Just-in-time compiler used to compile and load the kernel for invocation from the current Python environment.
If left at
None
, a default just-in-time compiler will be inferred from thetarget
parameter. To explicitly disable JIT compilation, passpystencils.no_jit
.