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 in-place broadcast fusion in evalrule #121

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

danielwe
Copy link
Contributor

Was perusing the code and noticed a missing dot resulting in an unnecessary intermediate allocation. Also changed these three lines to use the already unpacked names fg,fk rather than access them as properties of f.

and use unpacked names for fg and fk
Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.36%. Comparing base (ce727e1) to head (528ac56).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   92.36%   92.36%           
=======================================
  Files           8        8           
  Lines         786      786           
=======================================
  Hits          726      726           
  Misses         60       60           

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

@stevengj
Copy link
Member

Thanks, LGTM!

@stevengj stevengj merged commit 8eaf0f0 into JuliaMath:master Sep 18, 2024
13 checks passed
@danielwe danielwe deleted the broadcastfusion branch October 8, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants