-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[0-size Tensor No.113、119、206] Add 0-size Tensor support for linalg.norm/vector_norm #73172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
|
单测挂了 |
|
pairwise_distance 的paddleAPITest所有回测case能过吗? |
pairwise_distance GPU/CPU 测试都通过 |
DanielSun11
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…orm/vector_norm (PaddlePaddle#73172) * Fix * Fix * Fix * Fix
PR Category
Execute Infrastructure
PR Types
Improvements
Description
单测使用到p_norm,修改p_norm kernel
113 paddle.linalg.norm

PaddleAPITest 测试cuda error通过,增加单测
GPU
CPU,错误为torch error

119 paddle.linalg.vector_norm

PaddleAPITest 测试cuda error通过,增加单测
GPU,错误为 torch error
CPU,错误为 torch error

206 paddle.nn.functional.pairwise_distance


GPU 测试通过
CPU 测试通过