IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
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

LoadStore_i8mm

struct LoadStore_i8mm[dtype: DType, simd_size: Int, single_row: Bool, tile_rows: Int, tile_columns: Int]

Fields​

  • ​output_tile (_Accumulator[dtype, tile_rows, LoadStore_i8mm[dtype, simd_size, single_row, tile_rows, tile_columns].num_simd_cols, simd_size]):
  • ​skip_boundary_check (Bool):

Implemented traits​

AnyType, ImplicitlyDeletable

comptime members​

num_simd_cols​

comptime num_simd_cols = (tile_columns // simd_size)

Methods​

__init__​

def __init__(out self, skip_boundary_check: Bool)