-
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
[§] Generic eltwise ported to nGraph #2824
Closed
geexie
wants to merge
65
commits into
openvinotoolkit:master
from
geexie:generic_eltwise_ported_to_ngraph
Closed
[§] Generic eltwise ported to nGraph #2824
geexie
wants to merge
65
commits into
openvinotoolkit:master
from
geexie:generic_eltwise_ported_to_ngraph
Conversation
This file contains 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
openvino-pushbot
added
category: inference
OpenVINO Runtime library - Inference
category: IE Tests
OpenVINO Test: plugins and common
category: Core
OpenVINO Core (aka ngraph)
labels
Oct 26, 2020
Please update to the newest master to fetch the newest CI state - currently the branch is a few months before current master |
geexie
changed the title
[Draft] Generic eltwise ported to ngraph
Generic eltwise ported to nGraph. Part #1
Dec 2, 2020
@slyalin, @GlebKazantaev, @dmitry-gorokhov, please share your suggestions about this PR, interfaces and everything. Please advice me on formal PR flow, what builds should I run etc |
geexie
changed the title
Generic eltwise ported to nGraph. Part #1
Generic eltwise ported to nGraph
Jan 12, 2021
@dmitry-gorokhov, @slyalin, @GlebKazantaev, @ilyachur, could you please review this PR. |
inference-engine/src/mkldnn_plugin/emitters/jit_mkldnn_emitters.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/src/ngraph_ops/subgraph.cpp
Outdated
Show resolved
Hide resolved
ilyachur
reviewed
Jan 25, 2021
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/include/ngraph_ops/broadcastload.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/include/ngraph_ops/broadcastload.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/include/transformations/snippets/generator.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/src/ngraph_ops/broadcastload.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/src/transformations/rt_info/register_info.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/src/transformations/snippets/assign_registers_pass.cpp
Outdated
Show resolved
Hide resolved
...e-engine/src/transformations/include/transformations/snippets/insert_explicit_loads_pass.hpp
Outdated
Show resolved
Hide resolved
…o fix CI after rebase
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.
I would like to propose yet another step for eltwise operator generalization: possibility to fuse forks in eltwise chains with snippets.
Design is described here
Functionality
Requirements