Skip to content

Commit 33eff52

Browse files
authored
4th-batch-55-日志打印信息错误 (PaddlePaddle#75786)
* 1013 * 1014 * 1014 * 1015 * 1015 * 1016 * 1016 * 1017 * 1017
1 parent 945ea69 commit 33eff52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cpp/auto_parallel/spmd_rule_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ TEST(MatmulSPMDRule, Ctor) {
5050

5151
// mk[1, -1],kn[-1, -1] --> mk[1, -1],kn[-1, -1] = nm[1, -1] partial[]
5252
phi::distributed::InferSpmdContext ctx(
53-
{x, y}, {/*trans_x=*/false, /*trans_x=*/false});
53+
{x, y}, {/*trans_x=*/false, /*trans_y=*/false});
5454
auto inferred_dist_attrs = matmul_spmd_rule.InferForward(ctx);
5555

5656
EXPECT_EQ(inferred_dist_attrs.first.size(), input_size);

0 commit comments

Comments
 (0)