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

Limit the lifetime of the matrix handle to MKLSparse call #52

Merged
merged 6 commits into from
Sep 17, 2024

convert MKLSparseMatrix to a struct

c3921b4
Select commit
Loading
Failed to load commit list.
Merged

Limit the lifetime of the matrix handle to MKLSparse call #52

convert MKLSparseMatrix to a struct
c3921b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 16, 2024 in 1s

80.23% of diff hit (target 24.86%)

View this Pull Request on Codecov

80.23% of diff hit (target 24.86%)

Annotations

Check warning on line 12 in src/deprecated.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deprecated.jl#L12

Added line #L12 was not covered by tests

Check warning on line 16 in src/deprecated.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deprecated.jl#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 24 in src/deprecated.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deprecated.jl#L24

Added line #L24 was not covered by tests

Check warning on line 28 in src/deprecated.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deprecated.jl#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 38 in src/deprecated.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deprecated.jl#L38

Added line #L38 was not covered by tests

Check warning on line 43 in src/deprecated.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deprecated.jl#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 51 in src/deprecated.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deprecated.jl#L51

Added line #L51 was not covered by tests

Check warning on line 58 in src/deprecated.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deprecated.jl#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 140 in src/mklsparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mklsparsematrix.jl#L140

Added line #L140 was not covered by tests

Check warning on line 174 in src/mklsparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mklsparsematrix.jl#L173-L174

Added lines #L173 - L174 were not covered by tests

Check warning on line 198 in src/mklsparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mklsparsematrix.jl#L198

Added line #L198 was not covered by tests

Check warning on line 208 in src/mklsparsematrix.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mklsparsematrix.jl#L208

Added line #L208 was not covered by tests