Skip to content

[SWE-Paddle] Add task PaddlePaddle__Paddle-73691 - #1514

Open
co63oc wants to merge 1 commit into
PaddlePaddle:masterfrom
co63oc:pr73691
Open

[SWE-Paddle] Add task PaddlePaddle__Paddle-73691#1514
co63oc wants to merge 1 commit into
PaddlePaddle:masterfrom
co63oc:pr73691

Conversation

@co63oc

@co63oc co63oc commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

关联

说明

新增 SWE-Paddle 任务 PaddlePaddle__Paddle-73691

该任务覆盖 paddle.nn.functional.conv1d/conv2d/conv3d 对 0-size Tensor 的处理。测试包含非 0-size Tensor regression case,以及 conv1d/conv2d/conv3d 的目标场景,可在 CPU 环境运行。

验证结果

状态 P2P conv F2P
Base + tests/test.patch PASS FAIL
Base + test patch + solution/code.patch PASS PASS

Base P2P

1 passed, 1 warning in 1.23s
1 passed, 1 warning in 1.23s
1 passed, 1 warning in 1.21s

Base F2P:conv1d

FAILED test/legacy_test/test_functional_conv1d.py::TestFunctionalConv1D_ZeroSize::test_dygraph - ValueError: (InvalidArgument) The size of Op(Conv) inputs should not be 0.
1 failed, 1 warning in 1.35s

FAILED test/legacy_test/test_functional_conv2d.py::TestFunctionalConv2D_ZeroSize::test_dygraph - ValueError: (InvalidArgument) The size of Op(Conv) inputs should not be 0.
1 failed, 1 warning in 1.39s

FAILED test/legacy_test/test_functional_conv3d.py::TestFunctionalConv3D_ZeroSize2::test_dygraph - ValueError: (InvalidArgument) The size of Op(Conv) inputs should not be 0.
1 failed, 1 warning in 1.38s

Solution P2P

1 passed, 1 warning in 1.21s
1 passed, 1 warning in 1.19s
1 passed, 1 warning in 1.22s

Solution F2P:conv1d

1 passed, 1 warning in 1.22s
1 passed, 1 warning in 1.19s
1 passed, 1 warning in 1.20s

@co63oc
co63oc marked this pull request as ready for review August 10, 2026 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant