clMathLibraries / clSPARSE

a software library containing Sparse functions written in OpenCL
Apache License 2.0
173 stars 60 forks source link

Fix to the matrix market reader in the cuSPARSE benchmark #184

Closed jlgreathouse closed 8 years ago

jlgreathouse commented 8 years ago

A while back, we fixed our normal matrix market reader to deal with matrices that have multiple empty rows at the end. I didn't know we had a second matrix market reader floating around in our codebase -- this patch performs the same fix. Long term, we should probably refactor the code to prevent copy & paste bugs like this, but this is a decent fix for the near term.


This change is Reviewable

kknox commented 8 years ago

Reviewed 1 of 1 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from the review on Reviewable.io