Log of /trunk/cusplibrary
Directory Listing
Revision
5220 -
Directory Listing
Modified
Thu Oct 23 03:50:37 2014 UTC
(6 years, 3 months ago)
by
caltinay
Fixes to CDS SpMV symmetric and tests for blocksizes 1-4 symm/non-symm.
Revision
5209 -
Directory Listing
Modified
Tue Oct 21 06:50:20 2014 UTC
(6 years, 3 months ago)
by
caltinay
Adding memory optimization for symmetric CDS matrices (in ripley).
Only main and upper diagonal blocks are now stored.
SpMV not updated on GPUs yet but we get a speed-up on Xeons.
Revision
5148 -
Directory Listing
Modified
Mon Sep 15 01:25:23 2014 UTC
(6 years, 4 months ago)
by
caltinay
Copied from:
branches/diaplayground/cusplibrary revision 5147
Merging ripley diagonal storage + CUDA support into trunk.
Options file version has been incremented due to new options
'cuda' and 'nvccflags'.
Revision
5130 -
Directory Listing
Modified
Tue Sep 2 06:09:54 2014 UTC
(6 years, 4 months ago)
by
caltinay
Original Path:
branches/diaplayground/cusplibrary
Implemented transposed SpMV for DIA and CDS on CPU and GPU.
Added LSQR solver, not optimized yet but works in general.
Revision
5095 -
Directory Listing
Modified
Fri Jul 11 05:54:25 2014 UTC
(6 years, 6 months ago)
by
caltinay
Original Path:
branches/diaplayground/cusplibrary
Added implementation of column diagonal storage (CDS) matrix format
and relevant operations within cusp to allow solving for block sizes > 1.
Added exception if trying to solve with more than one rank.
Minor clean up.