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

[CPU] Introduce gemm conv post op checks #23059

Merged

Conversation

maxnick
Copy link
Contributor

@maxnick maxnick commented Feb 23, 2024

Details:

Gemm convolution supports binary post ops only in the jit_pp_kernel, while ref_pp_kernel doesn't support such functionality. More over, even supporting binary post ops, the jit_pp_kernel doesn't perform all the necessary checks to ensure proper functioning and memory consistency. This PR introduces all the necessary checks to avoid any runtime errors caused by improper post ops configurations being applied unconditionally.

Tickets:

@maxnick maxnick requested review from a team as code owners February 23, 2024 16:32
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Feb 23, 2024
@dmitry-gorokhov dmitry-gorokhov self-assigned this Feb 26, 2024
@dmitry-gorokhov dmitry-gorokhov added this to the 2024.1 milestone Feb 26, 2024
@maxnick
Copy link
Contributor Author

maxnick commented Feb 26, 2024

@luweizhou2016, FYI

@maxnick maxnick force-pushed the fix_gemm_conv_post_op_checks branch from 9b2ba8b to 3ab87a9 Compare February 26, 2024 14:52
@maxnick maxnick added this pull request to the merge queue Feb 27, 2024
Merged via the queue into openvinotoolkit:master with commit 0474cf7 Feb 27, 2024
101 checks passed
@maxnick maxnick deleted the fix_gemm_conv_post_op_checks branch February 27, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants