-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add aten::polar and its variants #606
Conversation
The error log is saying unexpected data type is supported in Polar backward. Do yo know which operator is invoked in backward? Can you have an investigation, if the backward op supports bfloat16, does not aligned with CUDA, you can skip the case and add error log and list the backward operator as comments. |
Polar's backward is calculated using complex(), which does not support bfloat16, so the test of this datatype is skipped. |
If we align with CUDA, CUDA should fail as well? |
Cuda fails with same error: |
No description provided.