Skip to main content
Log in

Mojo struct

KernelConfig

struct KernelConfig

Static configuration of the matmul inner kernel.

Fields

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

Implemented traits

AnyType, UnknownDestructibility

Methods

__init__

__init__(out self, *, kernel_rows: Int, kernel_cols: Int, simd_size: Int, packed_shape: DimList)

Was this page helpful?