Skip to content

src: common: add u16 & s16 #3419

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: main
Choose a base branch
from
Open

src: common: add u16 & s16 #3419

wants to merge 1 commit into from

Conversation

hidefromkgb
Copy link
Contributor

This is the first part of MFDNN-13796, applicable to both Conv and GEMM.

@hidefromkgb hidefromkgb requested review from a team as code owners June 11, 2025 22:06
@github-actions github-actions bot added platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic component:api Codeowner: @oneapi-src/onednn-arch component:common labels Jun 11, 2025
/// 16-bit signed integer.
s16 = dnnl_s16,
/// 16-bit unsigned integer.
u16 = dnnl_u16,
Copy link
Contributor

Choose a reason for hiding this comment

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

Random spot: I see the JIRA task marked as PoC but this PR has neither this information reflected in the description nor the proof (like a branch that has everything together) the whole thing works as expected, and which path out of two will be implemented.
Arch team looked at this item on Monday and by that time there were no precision criteria from requestors. Has anything changed in there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:api Codeowner: @oneapi-src/onednn-arch component:common platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants