-
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
feat: add increment method to paddle frontend #26331
feat: add increment method to paddle frontend #26331
Conversation
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!
I made changes in the following files tensor.py, test_tensor.py,math.py,test_math.py |
@juliagsy kindly can you review the PR |
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! Thanks for contributing! The increment
method is relying on its functional version and it is currently being worked on in another issue and PR, I'll check back soonest possible when that it available because I wouldn't be able to test and make sure they are working correctly and as expected otherwise. Meanwhile, could you please remove all changes in the docs/demos
folder as well as the functional version? Thanks!
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, seems like you have changed docs/demos
which you might have done by mistake. Can you revert that change because we can't merge with that change in place?
thank you @juliagsy and @KareemMAX , i dont know how the docs/demos file got changed I am working on it. and kindly would you tell me should I remove my increment implementation from every file and make it once the increment function is done ? |
kindly can you guys help me on this docs/demos i am unable to revert it back i reverted all my changes upto merge 'main' commit, thank you |
@juliagsy hopefully resolved the conflicts can you look it again guide for further changes thank you |
Thank you for this PR, here is the CI results: This pull request does not result in any additional test failures. Congratulations! |
could you please try The other looks good to me as of now, I'll test them out when the functional version is ready, will also attach that PR here so that we can check the status easily. #21369 Thanks! |
should I use git rebase ?? will it be help full need help @juliagsy |
@muhammadhammad-tech Hey! apologies for the delay, hmm could you try a rebase within |
I guess merge is enough, haven't used rebase before on submodules |
@KareemMAX @juliagsy it fine or should ? what should i do ? thank you |
it showing no conflict at this moment. |
yeah, then I guess it's fine for now, since from the PR diff the commits are from internally instead of something you changed or committed in extra. for now let's see if the dependent PR is merged within the coming week, and we'll look into merging yours soon after, thanks again! |
Hey! it seems the contributor of another PR is inactive and closed their PR. Apologies for the hassle but you are now safe to add the functional version of |
34b2da0
to
19cb1a4
Compare
hey @juliagsy can you help i don't know what happened |
it got closed automatically i cant even reopen it can you help should i do it from scratch.. thank you need your help @juliagsy |
reopening it |
Hey! I haven't encountered this before too but I'm guessing its something to do with the force push, but you should be able to open a new PR through the branch in your fork, hope this is helpful! edit: unfortunately I'm unable to reopen it too |
okay thank you for the response |
Fixes #26215
PR Description
Implemented the increment method in both
math.py
,test_math.py
,tensor.py
, andtest_tensor.py
.Related Issue
Close #26215
Checklist
Socials