-
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
create_emitters_for_load_and_store #3567
create_emitters_for_load_and_store #3567
Conversation
a149beb
to
52ead35
Compare
2a9562a
to
db515ad
Compare
inference-engine/src/mkldnn_plugin/nodes/common/jit_load_store_emitters.cpp
Show resolved
Hide resolved
inference-engine/src/mkldnn_plugin/nodes/common/jit_load_store_emitters.cpp
Outdated
Show resolved
Hide resolved
717a604
to
29e5501
Compare
@chenhu-wang how is it going here? Is the feature ready for review? |
The load/store emitter itself can be reviewed here I think. I am now trying to apply load/store emitter to MVN layer to make an example on how to use this emitter and have a test if emitter does work correctly and performance impact. |
30f5e33
to
3dcd010
Compare
13d67a8
to
77f88d1
Compare
b1a1cfb
to
17195f4
Compare
@dmitry-gorokhov , as discussed offline, an overloaded emit() and index of size_t is updated by e158be0. Could you please take a look. |
04665a6
to
e158be0
Compare
67e116b
to
6a7a844
Compare
…port more layout and dt
…check, default p_table, clear comments
a0312a3
to
78635df
Compare
create emitters for jitted load and store and apply to MVN node (issue#: 44528)
MVN template function removal (issue#: 34426)
optimize tiles processing in MVN node implementation and refactor (issue#: 46190)