-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
GatherElements: support Gather+GatherElements mode #4220
GatherElements: support Gather+GatherElements mode #4220
Conversation
As this PR depends on #4140 which must be merged before this PR I set |
@AndrewBakalinIntel, @elatkin, please take a look (the last commit only). |
ok, thank you. |
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.
In the last state of my PR I have the functional test disabled, pls enable it in your PR:
https://github.com/openvinotoolkit/openvino/pull/4140/files#diff-96c22829f67b8ca6f51e6b160ac5baeb859cc4c41a52fb0fa8f160d6dcbdf7bf
inference-engine/src/vpu/graph_transformer/src/stages/gather_elements.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/vpu/graph_transformer/src/stages/gather_elements.cpp
Outdated
Show resolved
Hide resolved
4f20f4f
to
2e878c1
Compare
a63d744
to
82de798
Compare
Enabled the tests, but for one DSR test, had to reduce the tensor size (Some problem during the sending tensor to device, just before the layer runs) |
PR mentioned above has been merged, please rebase on top of the latest master. |
82de798
to
510f533
Compare
510f533
to
0fd4c47
Compare
90afef4
to
0a72021
Compare
0a72021
to
fd827a3
Compare
@andrejsokolov, we have just merged another fw. Please, resolve conflicts. Sorry for inconvenience |
b6756a3
to
0fc06e3
Compare
// TODO: Issue 48183 | ||
R"(.*CTCGreedyDecoderSeqLen.*?\(1.1.1\).*)", | ||
R"(.*CTCGreedyDecoderSeqLen.*?\(0.1.1\).*)", |
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.
@andrejsokolov, why did it changed? 1.1.1
topology hangs. Please, abort the test build and revert this change.
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.
Fixed. Thank you!
521e939
to
2856d62
Compare
2856d62
to
0c3319e
Compare
@Maxim-Doronin, could we merge the PR? |
Support (Gather+GatherElements) optimization for GatherElements layer.
Includes PR: #4140