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

Prevent collapsing batch dims in dot ops with constants #2823

Merged
merged 13 commits into from
May 31, 2024

Merge branch 'develop' into const_dot_matcher

92b2246
Select commit
Loading
Failed to load commit list.
Merged

Prevent collapsing batch dims in dot ops with constants #2823

Merge branch 'develop' into const_dot_matcher
92b2246
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 30, 2024 in 0s

91.93% (+0.00%) compared to 30cab64

View this Pull Request on Codecov

91.93% (+0.00%) compared to 30cab64

Details

Codecov Report

Attention: Patch coverage is 97.72727% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.93%. Comparing base (30cab64) to head (92b2246).
Report is 2 commits behind head on develop.

Files Patch % Lines
src/simplify_reshapes.cpp 97.72% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2823   +/-   ##
========================================
  Coverage    91.92%   91.93%           
========================================
  Files          489      489           
  Lines        19275    19301   +26     
========================================
+ Hits         17719    17744   +25     
- Misses        1556     1557    +1     

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