Mojo struct
TuningConfigSmallMNGemms
struct TuningConfigSmallMNGemms
Fieldsβ
- βM (
Int): - βM_end (
Int): - βN (
Int): - βK (
Int): - βkernel_kind (
GEMVAlgorithm): - βtile_m (
Int): - βtile_n (
Int): - βnum_threads (
Int): - βunroll_factor (
Int): - βtile_k (
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, kernel_kind: GEMVAlgorithm, unroll_factor: Int = 1, tile_k: Int = 128) -> Self
write_toβ
write_to(self, mut writer: T)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!