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

Merged
merged 2 commits into from
Jan 15, 2025
Merged

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).
Report is 6 commits behind head on develop.

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.

@TedThemistokleous TedThemistokleous added the simple small or simple changes label Jan 15, 2025
@TedThemistokleous
Copy link
Collaborator

CI is all green on this and done. Github isn't reflecting the result correctly here. This should be fine to go in

@causten causten merged commit b55762b into develop Jan 15, 2025
39 of 43 checks passed
@causten causten deleted the attn_pw_fix branch January 15, 2025 18:15
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. simple small or simple changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants