-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[0-size Tensor No.100] Add 0-size Tensor support for ldexp #73002
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提交成功,感谢你对开源项目的贡献! |
|
PaddleAPITest报错说明仍然存在错误。 这两个测试都不是0-size Tensor建议尝试 构造0 size Tensor。问题尚未解决,请尝试修改 |
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.
问题尚未解决
|
恩,原因是在pow这里,pow有问题。 |
|
Sorry to inform you that 40ba4a0's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
|
@enkilee 敏师傅,要不要更新下 |
可能等下面PR合入后,可以merge下develop |
|
敏师傅,pow的PR合入了,可以再更新试试 |
co63co师傅做好了ldexp了,我把PR关了。 |
PR Category
Execute Infrastructure
PR Types
Improvements
Description
在 PaddleAPITest中,运行报错。
但是用代码直接运行,是可以的。
如下:
结果:
W0529 03:50:15.910976 10840 gpu_resources.cc:114] Please NOTE: device: 0, GPU Compute Capability: 7.0, Driver API Version: 12.0, Runtime API Version: 11.8 Tensor(shape=[], dtype=float32, place=Place(gpu:0), stop_gradient=True, 0.)结果:
W0529 03:56:33.115897 12246 gpu_resources.cc:114] Please NOTE: device: 0, GPU Compute Capability: 7.0, Driver API Version: 12.0, Runtime API Version: 11.8 Tensor(shape=[1], dtype=float32, place=Place(gpu:0), stop_gradient=True, [0.])故添加单测。