For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo package
extensibility
Surface needed to write GraphCompiler kernel entry points.
Provides the @register / @register_internal decorators, the
ManagedTensorSlice type and supporting tensor specs/IO enums, plus the
elementwise operation traits.
For registering custom operations, use the Mojo @extensibility.register decorator instead.
Modulesβ
- β
decorators: Decorators for registering MAX Graph kernels. - β
managed_tensor_slice: ManagedTensorSlice and the types kernel authors compose against. - β
operation_traits: Elementwise operation traits for MAX Graph kernel implementations. - β
tensor_arg_traits: Composable traits for graph-compiler kernel tensor arguments. - β
tile_tensor_adapters: Helpers for projecting dense tensor arguments toTileTensorviews.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!