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

Add generic matmatmul for inplace sparse x sparse #486

Merged
merged 6 commits into from
Feb 16, 2024

fix module specialization

ccc1319
Select commit
Loading
Failed to load commit list.
Merged

Add generic matmatmul for inplace sparse x sparse #486

fix module specialization
ccc1319
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 7, 2024 in 0s

84.58% (-0.42%) compared to 1aa6431

View this Pull Request on Codecov

84.58% (-0.42%) compared to 1aa6431

Details

Codecov Report

Attention: 63 lines in your changes are missing coverage. Please review.

Comparison is base (1aa6431) 85.00% compared to head (ccc1319) 84.58%.

Files Patch % Lines
src/linalg.jl 60.86% 63 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #486      +/-   ##
==========================================
- Coverage   85.00%   84.58%   -0.42%     
==========================================
  Files          12       12              
  Lines        8967     9120     +153     
==========================================
+ Hits         7622     7714      +92     
- Misses       1345     1406      +61     

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