-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Paddle qr #20893
Paddle qr #20893
Conversation
If you are working on an open task, please edit the PR description to link to the issue you've created. For more information, please check ToDo List Issues Guide. Thank you 🤗 |
Resolved merge conflicts |
Hi! Thanks for working on this 😄 Could you please take care of the lint issues? Looks great otherwise! Hope this helps - pre-commit |
Hi @rishabgit! Thanks a lot for the review! 😄 |
Hi @rishabgit! PR was accidentally closed. I have reopened it. |
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.
Hey, I'm getting an odd error on local testing - ERROR ivy_tests/test_ivy/test_frontends/test_paddle/test_tensor/test_linalg.py - ivy.utils.exceptions.IvyAttributeError: paddle: function_supported_devices_and_dtypes: paddle: function_supported_devices_and_dtypes: 'tuple' object has no attribute 'values'
Looks like it was due to a bug on the testing pipeline which was recently fixed, could you please sync your branch with the latest updates?
Thanks for letting me know! Some tests are failing here. Please let me know of what might be causing them and the required changes in the code/test/deployment |
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.
Hi, I resolved the issue with incorrect fixtures in testing, but it throws error on qr implementation now. Could you please look into it? Thanks!
Thanks a lot for the changes! I have referred the Paddle documentation and the corresponding ivy code for it. Can you please let me know if you find something? The qr function implementation seems to be quite simple. I have accounted for the:
Could this be due to some other testing/infra reason? |
Hi, your testing fn was off, fixed it now but getting @hirwa-nshuti saw your changes here which I believe deals with similar "issue" with numpy testing? Do you have any idea on what could be the ideal workaround here? Already set |
Hello @rishabgit Are there some changes I should be trying? |
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.
Hi! Fixed the issue with testing pipeline, could you please take care of merge conflicts? LGTM to merge otherwise. Thanks! 😄
Needed slight updates, but LGTM otherwise! Thanks for adding this @yashj8 😄 |
Thanks for everything @rishabgit! This was my first PR at ivy! |
Hey @yashj8, I'll suggest diving into the code of |
Co-authored-by: Rishab Mallick <[email protected]>
Close #20785
qr frontend function and test for the paddlepaddle linear algebra module
Closes the todolist subtask #20785
(Previous PR was closed due to merge conflict)