In 1.5.0-beta3, I found *ailu_chow_csr_*.cu in magma-1.5.0-beta3/sparse-iter/blas directory.
But i can't find it in 1.5.0 version.
Is the name changed?
And Where could I find some information to sparse solver in detail ?
Thanks a lot!
Where is the sparse blas ?
Re: Where is the sparse blas ?
I think this particular routine is still in development and not yet released. (Being in beta 3 was an oversight.)
Documentation is available online.
http://icl.cs.utk.edu/projectsfiles/mag ... lvers.html
Examples are given in sparse-iter/testing. I expect more detailed information will come out as we continue to develop the MAGMA sparse functionality. If you have questions about how to use specific routines, please ask here on the forum.
-mark
Documentation is available online.
http://icl.cs.utk.edu/projectsfiles/mag ... lvers.html
Examples are given in sparse-iter/testing. I expect more detailed information will come out as we continue to develop the MAGMA sparse functionality. If you have questions about how to use specific routines, please ask here on the forum.
-mark
-
- Posts: 2
- Joined: Sun Oct 19, 2014 6:53 am
Re: Where is the sparse blas ?
Thank mark, first.
I also have a little problem in my a piece of code.
I met a segmentation fault in magma_d_vtransfer
after magma_d_vread
magma_int_t length=300;
char rhs_name[]="utm300_b.mtx";
I have no idea why it happened.
Do I use MAGMA in the wrong way?
Thank you again.
I also have a little problem in my a piece of code.
I met a segmentation fault in magma_d_vtransfer
after magma_d_vread
magma_int_t length=300;
char rhs_name[]="utm300_b.mtx";
I have no idea why it happened.
Do I use MAGMA in the wrong way?
Thank you again.
-
- Posts: 90
- Joined: Tue Sep 02, 2014 5:44 pm
Re: Where is the sparse blas ?
sean791121,
there is indeed a bug in the d_vread(). I found it, and in the next release (November) this issue should be resolved.
Hartwig
there is indeed a bug in the d_vread(). I found it, and in the next release (November) this issue should be resolved.
Hartwig
-
- Posts: 1
- Joined: Thu Oct 23, 2014 7:02 am
Re: Where is the sparse blas ?
I also have a little problem in my a piece of code and in the next release ?