xiaotaiye / cusp-library

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

CSR matrix multiply on device #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile and run test.cu (in attachments)

What is the expected output? What do you see instead?
Sparse matrix multiply is working on the host (for CSR), but not on the device.

What version of the product are you using? On what operating system?
0.1, Fedora 10, kernel : 2.6.27.5-117.fc10.i686.PAE

Please provide any additional information below.
I may be doing something wrong, but I could only get this point from the
documentation available. You can contact me @ pyalama (at) g (dot) clemson
(dot) edu

Original issue reported on code.google.com by pavankum...@gmail.com on 11 May 2010 at 5:56

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 12 May 2010 at 3:33

GoogleCodeExporter commented 8 years ago
It seems that only ValueType of "float" is currently working... I also can't 
have it worked with double / long ( can't even be compilable )

Original comment by dang....@gmail.com on 5 Aug 2010 at 5:59

GoogleCodeExporter commented 8 years ago
The test.cu file provided had two important bugs.
The attached file runs fine with both float double and cusp::complex<double>.
If there are no protests i will mark the bug invalid in a couple of days.

Original comment by filipe.c...@gmail.com on 13 Feb 2011 at 8:06

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by filipe.c...@gmail.com on 17 May 2011 at 9:25