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/patch failed Feb 7, 2024 in 0s

62.04% of diff hit (target 85.00%)

View this Pull Request on Codecov

62.04% of diff hit (target 85.00%)

Annotations

Check warning on line 52 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L52

Added line #L52 was not covered by tests

Check warning on line 71 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L71

Added line #L71 was not covered by tests

Check warning on line 338 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L338

Added line #L338 was not covered by tests

Check warning on line 341 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L341

Added line #L341 was not covered by tests

Check warning on line 429 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L412-L429

Added lines #L412 - L429 were not covered by tests

Check warning on line 438 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L431-L438

Added lines #L431 - L438 were not covered by tests

Check warning on line 458 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L450-L458

Added lines #L450 - L458 were not covered by tests

Check warning on line 466 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L460-L466

Added lines #L460 - L466 were not covered by tests

Check warning on line 487 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L479-L487

Added lines #L479 - L487 were not covered by tests

Check warning on line 496 in src/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/linalg.jl#L489-L496

Added lines #L489 - L496 were not covered by tests