I was wondering if I could find the kernel codes for the spmv and conversions in CUSP library. I scanned the whole library but couldn't find it. Is that proprietary or something like that??
Asked
Active
Viewed 335 times
1 Answers
1
You didn't look to hard - the kernel source for every variant of spMV is in every CUSP version ever release (think about it, it is a header based template library...). You can see the device code for the different versions of spMV here.
-
Thanks a lot!!. I was searching for it in the INL files. Silly me – Jayavanth Jul 11 '11 at 09:09