support eltwise sum with different number of input channels in CUDA backend#16063
Merged
alalek merged 8 commits intoopencv:masterfrom Jan 16, 2020
Merged
support eltwise sum with different number of input channels in CUDA backend#16063alalek merged 8 commits intoopencv:masterfrom
alalek merged 8 commits intoopencv:masterfrom
Conversation
YashasSamaga
commented
Dec 4, 2019
Member
|
@YashasSamaga Please rebase this patch on latest master (there is conflicts after merging #16087). |
dd5d31e to
adb448c
Compare
alalek
reviewed
Dec 12, 2019
Member
alalek
left a comment
There was a problem hiding this comment.
@YashasSamaga Please rebase patch on latest master (conflict with merged fix from #16088)
65810fd to
d3677e1
Compare
Contributor
Author
|
I just noticed something weird. YOLOv3 has started using these shortcut kernels instead of the regular eltwise. Need to check. YOLOv3 has equal inputs but the channels mode is not [SOLVED] |
933c5d9 to
1b88474
Compare
a-sajjad72
pushed a commit
to a-sajjad72/opencv
that referenced
this pull request
Mar 30, 2023
…nequal support eltwise sum with different number of input channels in CUDA backend * add shortcut primitive * add offsets in shortcut kernel * skip tests involving more than two inputs * remove redundant modulus operation * support multiple inputs * remove whole file indentation * skip acc in0 trunc test if weighted * use shortcut iff channels are unequal
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pullrequest changes:
Timings (on GTX 1050):
Pending:
References:
#15724
#15739