Skip to main content

Mojo struct

TuningConfigGEMV

struct TuningConfigGEMV

Fields

  • M (Int):
  • M_end (Int):
  • N (Int):
  • K (Int):
  • tile_m (Int):
  • tile_n (Int):
  • num_threads (Int):
  • unroll_factor (Int):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable, TuningConfig, Writable

Methods

__init__

__init__(M: Int, M_end: Int, N: Int, K: Int, tile_m: Int, tile_n: Int, num_threads: Int, unroll_factor: Int = 1) -> Self

write_to

write_to(self, mut writer: T)

Was this page helpful?