Search found 4 matches
- Wed Jul 17, 2019 2:59 am
- Forum: User discussion
- Topic: *_gpu versions of the gesvd routines
- Replies: 1
- Views: 1385
*_gpu versions of the gesvd routines
I have some code which is performing an svd calculation followed by a least squares calculation. I don't want to have to transfer the arrays twice. Is there some reason why the svd routines don't offer *_gpu versions so that I can call two functions sequentially, prefaced by just one device->gpu cop...
- Tue Jun 04, 2019 10:33 pm
- Forum: User discussion
- Topic: Solving least squares problems for underdetermined systems
- Replies: 3
- Views: 1874
Re: Solving least squares problems for underdetermined systems
Just pinging this thread again.
Is there anyone I should contact to advocate for getting this functionality added?
Is there anyone I should contact to advocate for getting this functionality added?
- Tue May 07, 2019 12:40 am
- Forum: User discussion
- Topic: Solving least squares problems for underdetermined systems
- Replies: 3
- Views: 1874
Re: Solving least squares problems for underdetermined systems
That would be absolutely fantastic if that could be added in. Indeed ... there are absolutely no CUDA implementations for underdetermined problems anywhere. It looks like CULA used to support them ... but near as I can tell, that project is dead. Is there anything I can do from my end to advance the...
- Fri Apr 05, 2019 12:28 am
- Forum: User discussion
- Topic: Solving least squares problems for underdetermined systems
- Replies: 3
- Views: 1874
Solving least squares problems for underdetermined systems
Greetings, I have two related questions re: solving the least squares problem (with routines like `magma_dgels`) for under-determined systems of equations (i.e. cases where m<n; which of course, is not currently supported by Magma): 1) Is support for solving problems of this type anywhere on the hor...