-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[NGraph] Add scatterNDUpdate and scatterUpdate reference implementations #1494
[NGraph] Add scatterNDUpdate and scatterUpdate reference implementations #1494
Conversation
a84f436
to
7b16a01
Compare
7b16a01
to
55daa29
Compare
@dmitry-gorokhov @antonvor @lazarevevgeny @mvafin take a look please |
ngraph/test/runtime/interpreter/reference/scatter_nd_update.hpp
Outdated
Show resolved
Hide resolved
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.
LGTM, but could you please answer my comments?
55daa29
to
cd4f520
Compare
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.
LGTM, Just a question before the merge. What is the type of MKLDNN primitive used for ScatterNGUpdate? As I can see you removed ScatterImpl
but you add nothing new.
All types of Scatter primitives used in nGraph implemented in mkldnn_scatter_update_node.h. |
1f09059
to
ac902c9
Compare
ac902c9
to
08e67e4
Compare
Issue: 33266