Modules§
Structs§
- VirtualLayout 
- A virtual layout, to carry a layout without the need for generic parameters everywhere.
Crepresents the coordinate space of the underlying layout.
- VirtualLayout Compilation Arg 
- VirtualLayout Expand 
- VirtualLayout Launch 
Traits§
- Coordinates
- A set of coordinates used in layouts. Contains some utilities for comptime inspection.
- Layout
- A layout that represents the mapping from a conceptual multi-dimensional tensor to a linear storage. Some layouts may be transformers meant to be composed with others (i.e. swizzling), others will represent the actual underlying structure of the data.
- LayoutExpand 
- A layout that represents the mapping from a conceptual multi-dimensional tensor to a linear storage. Some layouts may be transformers meant to be composed with others (i.e. swizzling), others will represent the actual underlying structure of the data.
- VirtualLayout Operations Expand