Skip to main content

Mojo function

gevm_kernel

gevm_kernel[c_type: DType, a_type: DType, b_type: DType, *, tile_size: Int, elementwise_lambda_fn: Optional[elementwise_epilogue_type] = 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?