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??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.