- Notifications
You must be signed in to change notification settings - Fork 5.9k
[pten] add concat pten kernel #38955
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
Merged
Shixiaowei02 merged 19 commits into PaddlePaddle:develop from MingMingShangTian:concat_kernel_latest Jan 21, 2022
Merged
Changes from 14 commits
Commits
Show all changes
19 commits Select commit Hold shift + click to select a range
54cb700 add concat pten kernel
MingMingShangTian 48a1f2c add lod for concat_kernel
MingMingShangTian 8e7592d Merge branch 'develop' into concat_kernel_latest
MingMingShangTian 94c240d fix conflict with develop branch
MingMingShangTian 7877f2a fix conflict with develop branch
MingMingShangTian a0343c1 add needed header file for concat_kernel
MingMingShangTian 3a5ff3c replace with new pten concat kernel
MingMingShangTian 79b2291 merge develop branch and fix conflict
MingMingShangTian f2432bb add signatrue and api.yaml for concat kernel
MingMingShangTian d118664 fix ROCM build error
MingMingShangTian fe0e504 add concat unit test
MingMingShangTian 55259e9 fix ROCM build error
MingMingShangTian 27a7543 fix concat windows build error
MingMingShangTian 2fee4e3 MakePtenDenseTensor support uninitialized tensor to fix trt_cascade_r…
MingMingShangTian f06374c Merge branch 'develop' into concat_kernel_latest
MingMingShangTian 72a79da add lod_utils in pten direction
MingMingShangTian 9e88d11 fix concat_op xpu build failed
MingMingShangTian 98e3ef3 Merge branch 'develop' into concat_kernel_latest
MingMingShangTian 70c7d9b fix merge develop conflict
MingMingShangTian 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
建议直接把concat_and_split.cc迁移过来,马上我们也要把它移过来了,可以下个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.
好的