pystencils.codegen.gpu_indexing.ManualLaunchConfiguration#
- class pystencils.codegen.gpu_indexing.ManualLaunchConfiguration(hw_props, assume_warp_aligned_block_size=False)#
Manual GPU launch configuration.
This launch configuration requires the user to set block and grid size.
- Parameters:
hw_props (HardwareProperties)
assume_warp_aligned_block_size (bool)
- evaluate(**kwargs)#
Compute block and grid size for a kernel launch.