We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9316e0a commit bc9d3f9Copy full SHA for bc9d3f9
src/targets/gpu/fuse_mlir.cpp
@@ -946,7 +946,7 @@ struct find_mlir_fused_geg_ops
946
{
947
// simple single output case
948
auto fused_ins =
949
- mpm.get_module().insert_instruction(first_gemm_ins,
+ mpm.get_module().insert_instruction(second_gemm_ins,
950
mlir_op{second_gemm_ins->get_operator()},
951
mlir_contiguous(mpm, inputs),
952
{mm});
0 commit comments