Skip to content

Conversation

@NKNaN
Copy link
Contributor

@NKNaN NKNaN commented Jun 9, 2025

PR Category

Auto Parallel

PR Types

New features

Description

为 conv2d_transpose 和 conv2d_transpose_grad 算子增加切分推导规则。

  • 规则与现有 conv2d 规则类似。
@paddle-bot
Copy link

paddle-bot bot commented Jun 9, 2025

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-ci-bot
Copy link

paddle-ci-bot bot commented Jun 18, 2025

Sorry to inform you that c7404a0's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

self.assertEqual(inferred_output_dist_attrs[0]._partial_dims(), {0})

# case 7
# input: NHinWinC[0, -1, -1, 2], filter: MCHkWk[2, 1, -1, -1] --->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MCHkWk -> CMHkWk,注释统一一下

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改


# case 2
# input: NCHinWin[-1, -1, -1, -1], filter: CMHkWk[-1, 0, -1, -1]
# ---> output: NMHoutWout[-1, 0, -1, -1, -1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5维?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4维,已修改

@NKNaN
Copy link
Contributor Author

NKNaN commented Jun 23, 2025

/re-run all-failed

@paddle-ci-bot
Copy link

paddle-ci-bot bot commented Jul 1, 2025

Sorry to inform you that 2398cba's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

@luotao1
Copy link
Contributor

luotao1 commented Jul 1, 2025

需要解决下冲突

@NKNaN NKNaN force-pushed the transconv-spmd branch from 2398cba to 449eb58 Compare July 1, 2025 10:59
@NKNaN
Copy link
Contributor Author

NKNaN commented Jul 1, 2025

需要解决下冲突

好的

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 99.27007% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (develop@1d87ed7). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...addle/phi/infermeta/spmd_rules/conv2d_transpose.cc 99.27% 1 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@ ## develop #73188 +/- ## ========================================== Coverage ? 99.27% ========================================== Files ? 1 Lines ? 137 Branches ? 0 ========================================== Hits ? 136 Misses ? 1 Partials ? 0 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
danleifeng
danleifeng previously approved these changes Jul 2, 2025
zyfncg
zyfncg previously approved these changes Jul 4, 2025
@luotao1
Copy link
Contributor

luotao1 commented Jul 4, 2025

需要解决下冲突

@NKNaN
Copy link
Contributor Author

NKNaN commented Jul 4, 2025

需要解决下冲突

#73134 这个合入后吧

@luotao1
Copy link
Contributor

luotao1 commented Jul 7, 2025

可以解决冲突了

@NKNaN
Copy link
Contributor Author

NKNaN commented Jul 7, 2025

可以解决冲突了

好的

@NKNaN
Copy link
Contributor Author

NKNaN commented Jul 8, 2025

/re-run all-failed

@luotao1 luotao1 merged commit 2168d8b into PaddlePaddle:develop Jul 9, 2025
71 of 75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务 skip-ci: approval

6 participants