pystencils.backend.platforms.HipPlatform#
- class pystencils.backend.platforms.HipPlatform(ctx, *, assume_warp_aligned_block_size=False, warp_size=None)#
Platform for the HIP GPU target.
- Parameters:
ctx (KernelCreationContext)
assume_warp_aligned_block_size (bool)
warp_size (int | None)