Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit b63582e

Browse files
committed
minor tweak
1 parent ce86e6a commit b63582e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinAlgOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ namespace x {
103103
me = (me + 1) % nr;
104104
}
105105
}
106-
return operatorx<A>::mk_tx(std::move(PVSlice({a_ptr->slice().shape()[0], b_ptr->slice().shape()[1]})), cx);
106+
return operatorx<A>::mk_tx(std::move(PVSlice({tshpa[0], tshpb[1]})), cx);
107107
}
108108
};
109109
}

0 commit comments

Comments
 (0)