Mojo package
layout
Provides layout and layout tensor types that abstract memory layout for multidimensional data.
-
The
Layout
type represents a mapping between a set of logical coordinates and a linear index. It can be used, for example, to map logical tensor coordinates to a memory address, or to map GPU threads to tiles of data. -
The
LayoutTensor
type is a high-performance tensor with explicit memory layout via aLayout
.
Modules
-
element
: Provides element-based access to memory using layout-driven vectorization. -
int_tuple
: Hierarchical integer tuple data structures for high-performance tensor operations. -
layout
: Provides a high-performance tensor layout system for memory mapping and indexing. -
layout_tensor
: Provides theLayoutTensor
type for representing multidimensional data. -
math
: Implements math methods that work on layout tensors. -
runtime_layout
: Provides theRuntimeLayout
type and functions for working with it. You can useRuntimeLayout
to define a layout where the dimensions are not known at compile time. -
runtime_tuple
: Provides theRuntimeTuple
data structure and related utility functions for handling tuple-like data with both compile-time and runtime elements.RuntimeTuple
is designed for high-performance tensor operations, supporting efficient manipulation of multi-dimensional data structures like shapes, indices, and coordinates. -
swizzle
: Defines swizzle layouts for optimizing memory access patterns. -
tensor_builder
: Tensor Builder Module -
tensor_core
: Tensor Core Module for High-Performance Matrix Operations -
tensor_core_async
: Tensor Core Async Module -
tma_async
: Tensor Memory Accelerator (TMA) Asynchronous Operations Module
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!