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] Fuse more eltwises for horizontally fused FC #26599

Merged

Conversation

yeonbok
Copy link
Contributor

@yeonbok yeonbok commented Sep 14, 2024

Details:

  • Target pattern: FCs to be fused by horizontal fusing pass and they have Add users which can be regarded as bias add. Here if we fuse the FCs as is, the fused pattern will be fused_fc -> VariadicSplit -> Add so the Adds cannot be fused to the FCs.
  • This PR sets such Add users as the FC's bias inputs so that the fused FC can handle them as fused bias.

Tickets:

@yeonbok yeonbok requested review from a team as code owners September 14, 2024 10:25
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Sep 14, 2024
@yeonbok yeonbok force-pushed the taylor_fix_horizontal_fusion_bias branch from 238efd0 to a828dec Compare September 16, 2024 23:35
@yeonbok yeonbok changed the title [WIP][GPU] Fuse more eltwises for horizontally fused FC [GPU] Fuse more eltwises for horizontally fused FC Sep 17, 2024
@yeonbok yeonbok added this to the 2024.5 milestone Sep 17, 2024
@yeonbok yeonbok force-pushed the taylor_fix_horizontal_fusion_bias branch from a828dec to 3f519a6 Compare September 17, 2024 06:07
@yeonbok yeonbok added this pull request to the merge queue Sep 19, 2024
Merged via the queue into openvinotoolkit:master with commit bdc0110 Sep 19, 2024
136 checks passed
@yeonbok yeonbok deleted the taylor_fix_horizontal_fusion_bias branch September 19, 2024 08:15
zhaixuejun1993 pushed a commit to WeldonWangwang/openvino that referenced this pull request Sep 26, 2024
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