pystencils.codegen.config.GpuIndexingScheme#
- class pystencils.codegen.config.GpuIndexingScheme(value)#
Available index translation schemes for GPU kernels.
Attributes
Map coordinates to global thread indices.
On a 3D grid of 1D blocks, map the fastest coordinate onto the intra-block thread index, and slower coordinates onto the block index.