Skip to content

[GPU] Fix int8 cache in onednn convolution #30606

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

davidsnam-intel
Copy link
Contributor

@davidsnam-intel davidsnam-intel commented May 18, 2025

Details:

  • Add desc_size to serialize.
  • Fix the issue of garbage values ​​coming in when using cache in onednn convolution in the yolo11 int8 model.

Tickets:

  • 162501

@davidsnam-intel davidsnam-intel requested review from a team as code owners May 18, 2025 22:47
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label May 18, 2025
@p-durandin p-durandin added this to the 2025.2 milestone May 19, 2025
@davidsnam-intel davidsnam-intel force-pushed the david/fix-convolution-onednn--int8-cache branch from 226b3f2 to 0278c1d Compare May 20, 2025 22:35
@mlukasze mlukasze requested review from isanghao and yeonbok May 21, 2025 03:06
@geunhwan geunhwan removed this from the 2025.2 milestone May 22, 2025
@davidsnam-intel davidsnam-intel force-pushed the david/fix-convolution-onednn--int8-cache branch from 0c473a9 to 2b76bcb Compare June 4, 2025 06:26
@@ -199,62 +199,63 @@ TEST_P(memory_desc_to_fmt_conversion_test, test_match_data_format) {
ASSERT_EQ(result.internal_order, param.expected.internal_order);
ASSERT_EQ(result.block_sizes, param.expected.block_sizes);
ASSERT_EQ(result.logic_block_sizes, param.expected.logic_block_sizes);
ASSERT_EQ(result.desc_size, param.expected.desc_size);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These newly added tests are not related with the code changes.

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

Successfully merging this pull request may close these issues.

6 participants