pystencils.codegen.config.GpuIndexingScheme.GridstridedLinear3D#
- GpuIndexingScheme.GridstridedLinear3D = 2#
Extension to
GpuIndexingScheme.Linear3Dscheme 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.