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

Inline sparse-times-dense in-place multiplication #567

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dkarrasch
Copy link
Member

Should fix #566.

Copy link

codecov bot commented Oct 14, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.09%. Comparing base (313a04f) to head (ee24f1b).

Files with missing lines Patch % Lines
src/linalg.jl 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #567   +/-   ##
=======================================
  Coverage   84.09%   84.09%           
=======================================
  Files          12       12           
  Lines        9102     9102           
=======================================
  Hits         7654     7654           
  Misses       1448     1448           

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

@dkarrasch
Copy link
Member Author

Uff, I think this will need another (backport) PR onto the (currently non-existing) release-v1.11 branch.

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.

Memory allocations of 5-argumets mul! when involving struct
1 participant