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 function
gevm_kernel
def gevm_kernel[c_type: DType, a_type: DType, b_type: DType, *, tile_size: Int, elementwise_lambda_fn: Optional[def[dtype: DType, width: SIMDSize, *, alignment: Int = Int(1)](IndexList[Int(2)], SIMD[dtype, width]) capturing -> None] = None, accum_type: DType = get_accum_type[c_type](), pdl_level: PDLLevel = PDLLevel()](c: UnsafePointer[Scalar[c_type], MutAnyOrigin], a: UnsafePointer[Scalar[a_type], ImmutAnyOrigin], b: UnsafePointer[Scalar[b_type], ImmutAnyOrigin], m: Int, n: Int, k: Int)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!