vkirangoud / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

implement ELL SpMV variant with multiple threads per row #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ELL SpMV performance on matrices with relatively few matrix rows (e.g. #rows < 
30,000) by using multiple threads per row.  This would improve HYB performance 
as well.

Original issue reported on code.google.com by wnbell on 12 Feb 2012 at 8:57