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

Support spMv operation with SparseArrays containers #32

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

guimarqu
Copy link
Contributor

@guimarqu guimarqu commented Sep 1, 2022

  • fixing some incorrect implementations of the interface
  • packed memory array now wrapped in a DynamicVector
  • maintaining the size of the vector and matrix
  • supporting spMv operations with SparseArrays containers

@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Merging #32 (84083ad) into master (61be5e6) will decrease coverage by 0.32%.
The diff coverage is 97.61%.

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   98.69%   98.37%   -0.33%     
==========================================
  Files          11       11              
  Lines         842      922      +80     
==========================================
+ Hits          831      907      +76     
- Misses         11       15       +4     
Impacted Files Coverage Δ
src/vector.jl 94.64% <94.64%> (ø)
src/matrix.jl 100.00% <100.00%> (ø)
src/operations.jl 100.00% <100.00%> (ø)
src/pcsr.jl 98.98% <100.00%> (+0.05%) ⬆️
src/pma.jl 98.84% <100.00%> (-0.18%) ⬇️
src/utils.jl 92.30% <0.00%> (-1.98%) ⬇️
src/finds.jl 100.00% <0.00%> (ø)
src/moves.jl 100.00% <0.00%> (ø)
src/buffer.jl 100.00% <0.00%> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@guimarqu guimarqu merged commit fe054fa into master Sep 1, 2022
@guimarqu guimarqu deleted the spmv_sparsearray branch September 1, 2022 13:38
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.

1 participant