-
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
fix: Reformatted gather to use torch backend for its backend-specific implementation. Updated docstrings. #26998
Conversation
fix: Updated docstring for gather.
fix(backend): Edited gather to incorporate backend-specific torch methods.
fix(backend): Edited gather to incorporate backend-specific torch methods.
fix(backend): Edited gather to use torch methods.
fix: Edited fault docstrings.
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.
PR Compliance Checks Passed!
Reformatting Task ChecklistIMPORTANT NOTICE 🚨:The Ivy Docs represent the ground truth for the task descriptions and this checklist should only be used as a supplementary item to aid with the review process. LEGEND 🗺:
CHECKS 📑:
|
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.
Congrats on making your first Pull Request and thanks for supporting Ivy! 🎉
Join the conversation in our Discord.
For every PR opened, we run unit tests and comment the results in the PR to ensure the functionality remains intact.
Please make sure they are passing. 💪
If you want to check them from the action runners, you can open the display_test_results
job. 👀
It contains the following two sections:
- Combined Test Results: This shows the results of all the ivy tests that ran on the PR. ✔️
- New Failures Introduced: This lists the tests that fail on this PR.
Keep in mind that we will assign an engineer for this task and they will look at it based on the workload that they have, kindly be patient 😄.
Thank you for this PR, here is the CI results: This pull request does not result in any additional test failures. Congratulations! |
@Kacper-W-Kozdon I see you have a separate PR for this here #27071, so I'm assuming this can be closed? |
Yes, this one can be closed, sorry for the confusion. |
PR Description
fix #26498 Edited gather to use torch methods in backend. Updated docstrings.
Related Issue
Closes #26498
Checklist
Socials