pystencils.codegen.config.CreateKernelConfig.allow_double_writes

pystencils.codegen.config.CreateKernelConfig.allow_double_writes#

CreateKernelConfig.allow_double_writes: BasicOption[bool] = None#

If True, don’t check if every field is only written at a single location. This is required for example for kernels that are compiled with loop step sizes > 1, that handle multiple cells at once. Use with care!