warp.tile#
- class warp.tile(
- dtype,
- shape,
- storage='register',
- layout='rowmajor',
- strides=None,
- owner=True,
A Warp tile object.
- Parameters:
- dtype#
The data type of the tile
- Type:
DType
- shape#
Dimensions of the tile
- Type:
Shape
Methods
__init__(dtype, shape[, storage, layout, ...])align(bytes)cinit([requires_grad])ctype()round_up(bytes)Attributes
- alignment = 16#