pystencils.codegen.config.GpuIndexingScheme.GridstridedLinear3D

pystencils.codegen.config.GpuIndexingScheme.GridstridedLinear3D#

GpuIndexingScheme.GridstridedLinear3D = 2#

Extension to GpuIndexingScheme.Linear3D scheme which introduces additional loops with strides over the execution configuration’s grid size.

This increases the workload per thread as it now performs multiple iterations and thus opens up the possibility to handle iteration spaces that are larger than the span of the execution configuration.