Skip to content
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

Update jit_avx512_core_x8s8s32x_conv_kernel.cpp #173

Open
wants to merge 1 commit into
base: v2.7_for_ie_master
Choose a base branch
from

Conversation

RICKIE777
Copy link

Delete 3D depthwise unimplemented judgments

Description

In oneDNN branch v2.4_for_ie_master, the detail commit is 10fcf5d . In src/cpu/x64/jit_avx512_core_x8s8s32x_conv_kernel.cpp file, delete the 3D depthwise unimplemented judgments. BUT these lines are preserved in the latest version v2.7_for_ie_master.
If these lines are not deleted, some models on the xeon platform will choose to run with a non-avx512 kernel, resulting in performance degradation. Such as JIRA CVS-98185.

PR in OpenVINO: openvinotoolkit/openvino#15632

@EgorDuplensky
Copy link
Collaborator

@dmitry-gorokhov @RICKIE777 I have applied the change to the original commit in scope of oneDNN 3.0 migration.
This one can be closed.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants