Enums§
- Linear
Layout - Maps a linear index based on line count to a potentially strided tensor. Only applies the necessary level of striding, either none, only the last dim (for freshly allocated strided tensors), or all dimensions.
- Linear
Layout Args - Linear
Layout Compilation Arg - Linear
Layout Expand
Functions§
- linear_
view - Create a linear tensor view from a handle and line size
- linear_
view_ alias - linear_
view_ with_ reference - Create a possibly broadcast linear tensor view from a handle, reference handle and line size
Type Aliases§
- Linear
View - [TensorView] with a linear layout inferred from the shape/strides at launch. Useful for elementwise kernels.
- Linear
View Launch - Launch type for [LinearTensorView].