Mojo function
dual_gemv
dual_gemv[c_type: DType, a_type: DType, b_type: DType, //, *, binary_lambda_fn: binary_fn_type = swilu, elementwise_lambda_fn: Optional[elementwise_epilogue_type] = None](c: TileTensor[c_type, c.LayoutType, c.origin, linear_idx_type=c.linear_idx_type, element_size=c.element_size], a: TileTensor[a_type, a.LayoutType, a.origin, linear_idx_type=a.linear_idx_type, element_size=a.element_size], b0: TileTensor[b_type, b0.LayoutType, b0.origin, linear_idx_type=b0.linear_idx_type, element_size=b0.element_size], b1: TileTensor[b_type, b1.LayoutType, b1.origin, linear_idx_type=b1.linear_idx_type, element_size=b1.element_size], ctx: DeviceContext)
TileTensor primary implementation of dual_gemv.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!