-
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 transpose to pten #39327
Merged
Merged
Move transpose to pten #39327
Changes from 41 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
c36ffdb
immigrate_transpose_to_pten cpu kernel only; test=develop
phlrain 910f2a2
fix bug; test=develop
phlrain 95dc685
add transpose cuda api
phlrain 5d3abf3
bug fix;
phlrain 407e91d
fix bugs
phlrain 4f592a7
fix bugs; test=develop
phlrain a263da2
bug fix;
phlrain f756d1e
move transepose to pten; test=develop
phlrain aacd428
fix bug; test=develop
phlrain 67b9e54
fix bugs; test=develop
phlrain fc2b941
add transpose grad fp16 support; test=develop
phlrain 3a2c761
fix bug; test=develop
phlrain 7a2a463
fix npu bug; test=develop
phlrain 74d3aac
fix nemul = 0 bug; test=develop
phlrain ad67d1e
add fp16 support; test=develop
phlrain 49d7d17
fix data type register bug; test=develop
phlrain 41134fa
fix transpose bug; test=develop
phlrain 2dbf42b
update transpose
phlrain c25488f
fix transpose bug; test=develop
phlrain 7826e7d
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 69ebc79
remove useless code; test=develop
phlrain 5362142
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 1da1d06
remove useless code; test=develop
phlrain b261f44
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain dd6815c
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 4ce0d5d
fix transpose alias bug; test=develop
phlrain d62f092
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain b017cf7
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 4bde16b
polish code; test=develop
phlrain 644c383
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain e5d67c9
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain b88d53d
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 07e3f81
resolve confict; test=develop
phlrain 9a60334
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 0ca4770
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 50f111b
resolve confilct; test=develop
phlrain 9414470
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 4c66d0e
recover prepared operator; test=develop
phlrain 30009c2
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 35c2743
fix bug; test=develop
phlrain 4270a07
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 99f05be
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 16475bd
polish code; test=develop
phlrain a566861
fix bug; test=develop
phlrain 7d37978
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
phlrain 6177792
fix bug; test=develop
phlrain 92d94e2
Merge branch 'develop' of /~https://github.com/PaddlePaddle/Paddle into…
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
This file was deleted.
Oops, something went wrong.
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.
一个小的优化点,perm参数是不可以使用引用&?