For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo module
tensor_engine
Defines the engines that operate on tile-backed tensor storage.
Structs
-
DefaultEngine: ImplementsTensorOpsbacked by a rawPointer. -
DevicePointerEngine: ImplementsTensorOpsbacked by aDevicePointerhandle. -
StaticOffsetEngine: Stub of the planned static-offset engine family.
Traits
-
TensorEngine: Defines how tile tensor operates on borrowed storage. -
TensorOps: ExtendsTensorEnginewith elementwise arithmetic.