0

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??

MvG
  • 57,380
  • 22
  • 148
  • 276
Jayavanth
  • 40
  • 4

1 Answers1

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.

The Hiary
  • 109
  • 1
  • 13
talonmies
  • 70,661
  • 34
  • 192
  • 269