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

[GPU] Support different input and output data type in convolution ref #26501

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

davidsnam-intel
Copy link
Contributor

@davidsnam-intel davidsnam-intel commented Sep 9, 2024

Details:

  • For fp model, some convolutions may not be compressed to fp16 depending on the transformation policy and those convolutions may have the fused node which is of fp16. Then convolution node input data type will be fp32 while output data type fp16. Convolution needs to support this case.

Tickets:

  • 147689

@davidsnam-intel davidsnam-intel requested review from a team as code owners September 9, 2024 23:47
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Sep 9, 2024
@yeonbok yeonbok added this pull request to the merge queue Sep 19, 2024
Merged via the queue into openvinotoolkit:master with commit 327f8e2 Sep 19, 2024
135 checks passed
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