Skip to content

[SWE-Paddle] Complete task package for PaddlePaddle__Paddle-78441 - #1437

Open
Manfredss wants to merge 1 commit into
PaddlePaddle:masterfrom
Manfredss:swe-paddle-78441-full
Open

[SWE-Paddle] Complete task package for PaddlePaddle__Paddle-78441#1437
Manfredss wants to merge 1 commit into
PaddlePaddle:masterfrom
Manfredss:swe-paddle-78441-full

Conversation

@Manfredss

Copy link
Copy Markdown
Contributor

Related issue/PR:

F2P:

λ /workspace/Paddle python3.10 test/legacy_test/test_aminmax_op.py
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
EEEEW0723 03:19:40.765118 14414 gpu_resources.cc:116] Please NOTE: device: 0, GPU Compute Capability: 7.0, Driver API Version: 12.6, Runtime API Version: 11.8
EEEEEEEEEEEEEEEEEEEEEEEEEEEEE
======================================================================
ERROR: test_dygraph (__main__.TestAminmaxAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/workspace/Paddle/test/legacy_test/test_aminmax_op.py", line 154, in test_dygraph
    min_val, max_val = paddle.aminmax(x, axis=1, keepdim=True)
AttributeError: module 'paddle' has no attribute 'aminmax'

======================================================================

----------------------------------------------------------------------
Ran 26 tests in 0.170s

FAILED (errors=33)

P2P:

λ /workspace/Paddle python3.10 test/legacy_test/test_aminmax_op.py
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
W0723 03:37:11.949118 19676 gpu_resources.cc:116] Please NOTE: device: 0, GPU Compute Capability: 7.0, Driver API Version: 12.6, Runtime API Version: 11.8
......I0723 03:37:12.096786 19676 pir_interpreter.cc:1528] New Executor is Running ...
I0723 03:37:12.097424 19676 pir_interpreter.cc:1551] pir interpreter is running by multi-thread mode ...
...I0723 03:37:12.205730 19676 pir_interpreter.cc:1605] New Executor is Running ...
I0723 03:37:12.205878 19676 pir_interpreter.cc:1626] pir interpreter is running by trace mode ...
..I0723 03:37:12.275465 19676 program_interpreter.cc:255] New Executor is Running.
I0723 03:37:12.280503 19676 interpreter_util.cc:624] Standalone Executor is Used.
W0723 03:37:12.287034 19676 eager_utils.cc:3618] Paddle static graph(PIR) not support input out tensor for now!!!!!
/usr/local/lib/python3.10/dist-packages/paddle/pir/math_op_patch.py:261: UserWarning: Tensor do not have 'place' interface for pir graph mode, try not to use it. None will be returned.
  warnings.warn(
...............
----------------------------------------------------------------------
Ran 26 tests in 1.365s

OK

@sunzhongkai588 Thx

Add the reproducible implementation and test patches, agent instructions, and source-build guidance for the aminmax operator compatibility task.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@paddle-bot

paddle-bot Bot commented Jul 23, 2026

Copy link
Copy Markdown

你的PR提交成功,感谢你对开源项目的贡献!
请检查PR提交格式和内容是否完备,具体请参考示例模版
Your PR has been submitted. Thanks for your contribution!
Please check its format and content. For this, you can refer to Template and Demo.

@Manfredss Manfredss changed the title [SWE-Paddle] Complete task package for Paddle #78441 [SWE-Paddle] Complete task package for PaddlePaddle__Paddle-78441 Jul 23, 2026
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