Skip to main content

Mojo function

gemv

gemv[parallelize: Bool, elementwise_lambda_fn: Optional[def[dtype: DType, width: Int, *, alignment: Int = 1](IndexList[2], SIMD[dtype, width]) capturing -> None] = None](c_buf: TileTensor[c_buf.dtype, c_buf.LayoutType, c_buf.origin, address_space=c_buf.address_space, linear_idx_type=c_buf.linear_idx_type, element_size=c_buf.element_size], a_buf: TileTensor[a_buf.dtype, a_buf.LayoutType, a_buf.origin, address_space=a_buf.address_space, linear_idx_type=a_buf.linear_idx_type, element_size=a_buf.element_size], b_buf: TileTensor[b_buf.dtype, b_buf.LayoutType, b_buf.origin, address_space=b_buf.address_space, linear_idx_type=b_buf.linear_idx_type, element_size=b_buf.element_size])

Was this page helpful?