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 struct
MatmulStaticScaledFloat8
struct MatmulStaticScaledFloat8
Implemented traitsโ
AnyType,
ImplicitlyDestructible
Methodsโ
executeโ
static def execute[output_type: DType, input_dtype: DType, scale_type: DType, target: StringSlice[StaticConstantOrigin]](output_tensor: ManagedTensorSlice[Output, static_spec=output_tensor.static_spec], input_tensor: ManagedTensorSlice[Input, static_spec=input_tensor.static_spec], weight_tensor: ManagedTensorSlice[Input, static_spec=weight_tensor.static_spec], input_scale: Scalar[scale_type], weight_scale: Scalar[scale_type], ctx: DeviceContext)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!