-
Notifications
You must be signed in to change notification settings - Fork 294
Gemm + bias + relu + add + layernorm #272
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 8 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
09a2b54
Copy "gemm reduce" to "gemm bias add reduce"
rocking5566 300ac4e
Implement gemm bias add reduction
rocking5566 10962ae
Merge commit '1677cf705eb0f1f96e60d052df0e024bdf007b62' into gemm_add…
rocking5566 d6b08e3
Fix compiler error due to merge from develop
rocking5566 af1812f
Add tensor operation for gemm + bias + add + reduce
rocking5566 a5842a7
Add gemm_bais_add_reduce to ckProfiler
rocking5566 78f28a1
Add c1 functor
rocking5566 b3812da
Refine type
rocking5566 aa02705
Use reduceAccDataType instead of explicitly float
rocking5566 e3976f1
Change to use check_err()
rocking5566 3e4d275
Do relu in float32 instead of bhalf_t. Because bhalf_t is unsigned
rocking5566 46eca0a
Refactor relu. using type_trait instead of overloading
rocking5566 c44818e
Rename DxsReduceAccElementwiseOperation to DxsReduceAccElementwiseOpe…
rocking5566 edb2f81
Fix denominator
rocking5566 bf44347
Refine nameing
rocking5566 dfeade7
Fix denominator in host
rocking5566 6c0636c
Remove useless include header
rocking5566 3d091db
Use AccDataType
rocking5566 94d5f72
Fix static_cast order
rocking5566 f9d22b0
Refine type
rocking5566 a76eac2
[What] Remove tuple type in the base class
rocking5566 537b3bf
Merge branch 'develop' into gemm_add_bias_reduction
rocking5566 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| add_example_executable(example_gemm_bias_relu_add_layernorm_xdl_fp16 gemm_bias_relu_add_layernorm_xdl_fp16.cpp) | ||
| add_example_executable(example_gemm_layernorm_xdl_fp16 gemm_layernorm_xdl_fp16.cpp) |
425 changes: 425 additions & 0 deletions
425
example/21_gemm_layernorm/gemm_bias_relu_add_layernorm_xdl_fp16.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
813 changes: 813 additions & 0 deletions
813
include/ck/tensor_operation/gpu/device/device_gemm_bias_add_reduce_xdl_cshuffle.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.