Skip to content

[GPU] Add unit test for OneDNN FC w/ int4 compressed weight which has the odd dimension #30359

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 1 commit into
base: master
Choose a base branch
from

Conversation

ahnyoung-paul
Copy link
Contributor

@ahnyoung-paul ahnyoung-paul commented Apr 28, 2025

Details:

  • Add unit test for OneDNN FC w/ int4 weight compressed which has the odd dimension

Tickets:

  • 165374

@ahnyoung-paul ahnyoung-paul requested review from a team as code owners April 28, 2025 12:59
@ahnyoung-paul ahnyoung-paul marked this pull request as draft April 28, 2025 12:59
@ahnyoung-paul ahnyoung-paul force-pushed the add_unit_test_for_int4_odd_dim branch from 4c222d4 to 4733f54 Compare May 9, 2025 04:58
@ahnyoung-paul ahnyoung-paul marked this pull request as ready for review May 9, 2025 04:59
@ahnyoung-paul ahnyoung-paul changed the title [Do not merge] Add unit test for int4 odd dim Add unit test for OneDNN FC w/ int4 compressed weight which has the odd dimension May 9, 2025
@ahnyoung-paul ahnyoung-paul force-pushed the add_unit_test_for_int4_odd_dim branch from 4733f54 to 1507399 Compare May 9, 2025 05:03
@@ -4877,6 +4877,94 @@ TEST(fully_connected_3d_onednn_gpu, compressed_int4_scale_static) {
ASSERT_NEAR(output_ptr_ref[i], output_ptr[i], 9.0) << "i = " << i << std::endl;
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

could you attach this to an existing test case? I guess we can reuse most of the code.

@isanghao isanghao changed the title Add unit test for OneDNN FC w/ int4 compressed weight which has the odd dimension [GPU] Add unit test for OneDNN FC w/ int4 compressed weight which has the odd dimension May 12, 2025
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.

2 participants