pystencils.codegen.config.GpuOptions.warp_size

pystencils.codegen.config.GpuOptions.warp_size#

GpuOptions.warp_size: BasicOption[int] = None#

Specifies the size of a warp (CUDA) or wavefront (HIP).

If this option is not set the default value for the given target will be automatically used.