Skip to content

Fix lmul!/rmul! for 0-sized matrices #1290

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

Merged
merged 2 commits into from
Apr 15, 2025
Merged

Fix lmul!/rmul! for 0-sized matrices #1290

merged 2 commits into from
Apr 15, 2025

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Apr 14, 2025

Fixes scaling Bidiaognal matrices by Diagonal ones when they're both empty.

Copy link
Member

@dkarrasch dkarrasch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What follows could be set in @inbounds context, right?

@jishnub jishnub force-pushed the jishnub/lmul_zerosize branch from 2d2919d to 4aca274 Compare April 14, 2025 17:35
Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.04%. Comparing base (830ea2f) to head (4aca274).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1290   +/-   ##
=======================================
  Coverage   92.03%   92.04%           
=======================================
  Files          34       34           
  Lines       15499    15501    +2     
=======================================
+ Hits        14265    14268    +3     
+ Misses       1234     1233    -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jishnub jishnub merged commit 77475c1 into master Apr 15, 2025
4 checks passed
@jishnub jishnub deleted the jishnub/lmul_zerosize branch April 15, 2025 01:21
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