-
Notifications
You must be signed in to change notification settings - Fork 6
419 benchmarking spmv spmspv spmspm #75
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
4dd0c87
Issue #419: add spmv
5f97c3f
Issue #419: removing the comment for output verification of SpMV so t…
aristeidis-mastoras 3b7be46
Issue #419: adding the spmv.cpp performance test in the CMakeLists.tx…
aristeidis-mastoras 0b99bfd
Issue #419: changing the size of the input and output vectors to m an…
aristeidis-mastoras 3e96ec0
Issue #419: Add files spmspm and spmspv, update spmv output log
fdcdd2d
Issue #419: adding spmspv and spmspm in the CMakeLists.txt and perfor…
aristeidis-mastoras f49aa74
Issue #419: minor changes in spmv and spmspv, including printing the …
aristeidis-mastoras c56b4cf
Issue 419: fix bug related to pinned vector: nonzeroes() is used inst…
aristeidis-mastoras 9cb28c3
Issue #419: fix bug in the index printed for the nonzeroes of the pin…
aristeidis-mastoras ae767a9
Issue #419: Add output for spmspm and remove macro
1b1fb16
Fix compiler warning
anyzelman 7d11697
Some pedantic pretty(ier) printing
anyzelman 196539b
Issue #419: Comment out inner iterations and remove temporary bug fix
06b9e29
Issue #419: Change output to number of non-zeroes in result
d657da4
Fix code style
anyzelman b793ec0
Forgot a comma, apologies
anyzelman 80750b9
We should be timing a hot run, while it was previously timing a cold …
anyzelman ed880e1
Make similar changes to spmspv benchmark
anyzelman 61c5141
Found some new issues in spmspv, also applying to spmv benchmark
anyzelman 4bf92b5
Also ported changes to spmspm, and added one forgotten change in spmspv
anyzelman 526ea3c
If auto-tuning the number of inner iterations, the grbProgram is expe…
anyzelman 1db8180
Change the nnz to manual counting
826e62d
Issue #419: solving minor bug in the performancetests script, adding …
aristeidis-mastoras 477612c
Issue #419: changing datasets in performance tests for spmv, spmspv, …
aristeidis-mastoras 9dbafc0
Issue #419: fix typo
aristeidis-mastoras 88a032b
Issue #419: removing comment from spmspm
aristeidis-mastoras 8fbbf0b
fix wrong increment for the number of iterations in the CG algorithm
aristeidis-mastoras 5d6217b
modifying CI file to reduce the size of executables
aristeidis-mastoras ee7a369
modifying CI file to reduce the size of executables
aristeidis-mastoras d95ba32
Issue #419: fixing issues reported by Albert-Jan
aristeidis-mastoras 48e732e
Issue #419: adding comment about the existence of matrices in perform…
aristeidis-mastoras fa28d34
Reorder and add datasets.
anyzelman c3824bc
Performance test script update
anyzelman c2c00d8
Clearer performancetests.sh output
anyzelman 9ce9d79
Final code review fix minor formatting / typos
anyzelman 7785dc8
Enable new tests for hyperdags backend also (after rebase)
anyzelman 71e3708
Fix typos in script resulting in incomplete output, and limit the mat…
anyzelman 785f751
Two more typos fixed that resulted in incomplete output
anyzelman b59f061
Correct two minor output imperfections and add two more matrices to t…
anyzelman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.