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

fix attn fusion when trailing pointwise has literal #3758

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

shivadbhavsar
Copy link
Contributor

Currently, it would error out with shape mismatch when trying to fuse a training pointwise module to attention module if the pw module has a literal.

@shivadbhavsar shivadbhavsar added the bugfix Fixes a bug found in the code. label Jan 12, 2025
@shivadbhavsar shivadbhavsar self-assigned this Jan 12, 2025
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.16%. Comparing base (6d02806) to head (5b8d18c).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3758   +/-   ##
========================================
  Coverage    92.16%   92.16%           
========================================
  Files          515      515           
  Lines        21978    21978           
========================================
  Hits         20256    20256           
  Misses        1722     1722           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes a bug found in the code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant