-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Support Div and FloorDiv functor in elementwise system #33053
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
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c60c4e0
First_Commit.
JamesLim-sy 8a002d8
Fixs
JamesLim-sy 9e89caf
Fix bugs
JamesLim-sy a495b1a
Change the assert codes
JamesLim-sy 629ceaa
Update the flood_div op
JamesLim-sy d42eeb0
Update the flood_div op
JamesLim-sy 62b221a
Update the flood_div op
JamesLim-sy 67b034b
Update the flood_div op, change back into HOSTDEVICE.
JamesLim-sy 937a297
Merge branch 'Adding_div_functors' of https://github.com/JamesLim-sy/…
JamesLim-sy 2d371bc
Fix written bugs.
JamesLim-sy bc2b805
Fix bugs
JamesLim-sy 9d46543
Fisrt commit
JamesLim-sy 74e4179
Trigger of rerun
JamesLim-sy 656ac99
To avoid spartial specification bugs which happened in PR-CI-ROCM
JamesLim-sy 585566f
Avoid kUnary instantiation of LaunchElementwiseCudaKernel at compile …
JamesLim-sy d9c70ec
refine warpper of broadcast and add cuda op
JamesLim-sy 20f9e36
Merge branch 'Fix_bugs_in_elementwise_warpprer' into Adding_div_functors
JamesLim-sy fb49a21
Fix bugs
JamesLim-sy e2692ee
revert the changes in host exe codes in .h files
JamesLim-sy 2f72406
Merge branch 'develop' into Adding_div_functors
JamesLim-sy b7a41e9
Only support div currently.
JamesLim-sy 8f26886
refine the vectorized_load length function
JamesLim-sy 7b9c9a3
refine the vectorized_load length function
JamesLim-sy 4f5b5c1
refine vectorized load determination function
JamesLim-sy 5aaf95d
refine codes
JamesLim-sy f7d35b7
refine codes
JamesLim-sy da1cd7f
refine codes
JamesLim-sy 85d954c
refine threads config.
JamesLim-sy 13698a6
fix multiple errors with inline syntax
JamesLim-sy 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
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.
我们的
AlignedVector或许可以改成继承Array类,定义AlignedArray。Paddle/paddle/fluid/framework/array.h
Lines 24 to 35 in 42c1297