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
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,
ImplicitlyDeletable,
Movable,
RegisterPassable,
TrivialRegisterPassable,
TuningConfig,
Writable
Methodsβ
__init__β
def __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 = Int(1), tile_k: Int = Int(128)) -> Self
write_toβ
def 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!