Skip to main content

Mojo struct

KernelConfig

struct KernelConfig[packed_shape: IntTuple]

Static configuration of the matmul inner kernel.

Parameters

  • packed_shape (IntTuple): The shape of the packed buffer.

Fields

  • kernel_rows (Int):
  • kernel_cols (Int):
  • simd_size (Int):

Implemented traits

AnyType, ImplicitlyDestructible

Was this page helpful?