pystencils.codegen.config.CreateKernelConfig.jit

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 the target parameter. To explicitly disable JIT compilation, pass pystencils.no_jit.