pystencils.backend.platforms.CudaPlatform

pystencils.backend.platforms.CudaPlatform#

class pystencils.backend.platforms.CudaPlatform(ctx, *, assume_warp_aligned_block_size=False, warp_size=None)#

Platform for the CUDA GPU target.

Parameters:
property required_headers: set[str]#

Set of header files that must be included at the point of definition of a kernel running on this platform.