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

Replace 'SparseArrays' by 'StaticArrays' #2

Closed
wants to merge 1 commit into from

Conversation

shayandavoodii
Copy link

It seems that there is a typo in the README.md where you've provided a benchmark against StaticArrays.jl while you've mentioned SparseArrays in the explanation. Either way, there is a typo here. It can be in the plot's legend or the explanation. Please consider fixing it. Thanks.

@RomeoV
Copy link
Owner

RomeoV commented Nov 25, 2023

Thanks for the note, of course I meant comparing against SparseArrays (it's a dense-sparse multiplication after all)! Fixed the typo in the plot and in the readme (but the other way around from this PR).

suite2[:SparseArrays][M] = @benchmarkable begin
SparseArrays._spmul!(C, A, B, 1, 0)

@RomeoV RomeoV closed this Nov 25, 2023
@shayandavoodii
Copy link
Author

Happy to help.

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.

2 participants