-
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
[CPU] migrate onednn3.6 #27957
base: master
Are you sure you want to change the base?
[CPU] migrate onednn3.6 #27957
Conversation
0bf41cc
to
3109864
Compare
3109864
to
8634b4b
Compare
0e824de
to
f6e5c40
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.
Some minor suggestions.
src/plugins/intel_cpu/src/emitters/plugin/x64/jit_dnnl_emitters.cpp
Outdated
Show resolved
Hide resolved
src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp
Outdated
Show resolved
Hide resolved
f6e5c40
to
c576825
Compare
@xczhai Please add link to oneDNN branch with 3.6 migration to the PR description |
@xczhai I see that rics-v build is failing since [RV64] commits are not cherry-picked to 3.6 migration branch. Please handle it |
update the desc |
apply rv64 |
941c69c
to
af2160a
Compare
- apply rv64 patch - fix arm tests - fix the comments
af2160a
to
6720e7f
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.
Comments on fork branch:
|
I see that some kernel instances are commented out. What is the reason? https://github.com/openvinotoolkit/oneDNN/blob/eb2ebaf700ec2fd90d65c1ab3b36391d4c44c462/src/cpu/cpu_eltwise_list.cpp#L51 |
These instances are removed in forked oneDNN3.5. So forked oneDNN3.6 inherits forked oneDNN3.5's changes. |
apply above changes. |
jit_uni_eltwise_injector
constructordnnl::impl::md2fmt_str
func