Skip to content

test(column_stack): align with Paddle compat column_stack behavior#74

Open
youge325 wants to merge 11 commits into
PFCCLab:masterfrom
youge325:test/column_stack-20260528
Open

test(column_stack): align with Paddle compat column_stack behavior#74
youge325 wants to merge 11 commits into
PFCCLab:masterfrom
youge325:test/column_stack-20260528

Conversation

@youge325

Copy link
Copy Markdown
Contributor

Summary

新增 ColumnStackTest 跨框架对比测试,验证 Paddle compat 层 at::column_stack 与 PyTorch at::column_stack 的行为一致性。

Changes

  • test/ATen/ops/ColumnStackTest.cpp: 新增测试用例
    • Shape 覆盖:scalar, small, large, boundary (zero dim, all-one)
    • Dtype 覆盖:kFloat, kDouble, kInt, kLong
    • 异常覆盖:empty list, mismatched rows

Related

PaddlePaddle/Paddle#79176

Copilot AI review requested due to automatic review settings May 31, 2026 11:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@youge325 youge325 force-pushed the test/column_stack-20260528 branch from 2f9beb9 to bbdf891 Compare June 28, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants