-
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
Move some activation to phi #40727
Merged
phlrain
merged 50 commits into
PaddlePaddle:develop
from
phlrain:move_some_activaion_to_phi
Mar 28, 2022
Merged
Move some activation to phi #40727
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
3fc0d19
update
phlrain 4e23ac6
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain c552d1a
add forward case
phlrain def3363
update
phlrain c7c81fe
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 6c7a03b
update; test=develop
phlrain 4be77e5
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 21beb08
add some grad kernel; test=develop
phlrain 77812c0
move gpu kernel; test=develop
phlrain 8b8c770
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 7834cf1
update
phlrain 66b6a5b
update;
phlrain 7a23e76
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain aa9c1bb
update test;
phlrain 685432f
fix selected rows bug;
phlrain e4ffcc8
add mix vector include ;
phlrain 377d2a0
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain aa5c3b0
add mixed vector depen; test=develop
phlrain aca7bb9
add logit grad signature;
phlrain c5c8aa0
polish code
phlrain 0f829f4
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 0b23b8e
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain a19cbd4
fix bug;
phlrain f7855a5
add namespace for abs
phlrain de125ec
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain b2c1c68
revert code
phlrain b6e99a4
not move softsign
phlrain e0faca8
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 6ef93fe
revmove duplate register;
phlrain 2d0c111
fix softsign bug
phlrain 4e92e26
polish code
phlrain 002599d
format
phlrain 88597a5
format
phlrain 609bdee
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 8b13e86
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 9b735e6
fix bug
phlrain d8bb56e
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 80c2d39
remove cmake dep
phlrain 0306098
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 95e1451
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain e084fb3
add square sqrt selected rows support
phlrain 14910f8
update
phlrain 4f1dcbe
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 28cbd53
remove clip norm
phlrain 3917bc1
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain e8e2d71
add standalone executor sqrt dep
phlrain 2b354db
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 7904904
standalone exec denp sqrt
phlrain 9f61ab9
remove sqrt op in cmkaelist
phlrain ece6173
open some case
phlrain File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
sqrt和square有SelcetedRows类型的输入,在selectedrows未迁移的情况下删掉这里会不会出现问题
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.
我恢复下