-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Segfault on trivial transpose #34220
Comments
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~ Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day! |
@arogozhnikov thanks for providing details about processing zero-dimensional tensor in transpose (reshape). We will upgrade the ability of processing zero-dimensional tensor in future. :) |
Hi, @joey12300. I am also very interested in intergrade
|
Thanks very much for your interest. We try to intergrade @zhouwei25 is doing zero-dimensional tensor related work now. Since it may cause incompatibility, related work is still under discussion and pending review. #45627 (comment) |
@arogozhnikov Thanks for asking questions. Plan 0D tensor has passed the Internal review and is under development. We will support |
@arogozhnikov Thanks, Are you interested in supporting paddle as the backend for einops, we have fixed the prolem mentioned above in #46555 . And are there any other problem? |
System information
-PaddlePaddle version 2.1.1
-CPU: including CPUMKL/OpenBlas/MKLDNN version
-GPU: not used
-OS Platform and Distribution: Mac OS 10.15
-Python version: 3.9.0
Note: You can get most of the information by running summary_env.py.
To Reproduce
See code below. Paddlepaddle doesn't handle zero-dimensional tensors (same issue as in mxnet v1, now fixed)
Describe your current behavior
Code segfaults.
Code to reproduce the issue
Other info / logs
Support for zero-dimensional tensor is a hard requirement for inclusion for einops support.
Currently paddlepaddle can't pass the tests due to this issue
The text was updated successfully, but these errors were encountered: