I’m a relative Cuda novice (using a RTX4070 mobile GPU on a laptop) and am interested in solving least squares problems on a GPU. In forum searches I’ve found several references to a C-Cuda library routine cusolverSpDcsrlsqvqr (sparce only, no equivalent routine for dense matrix) as a host only routine (no GPU implementation even in Cuda 12.2). So, what are people using? Magma? Python? Something else?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| GPU accelerated least-squares solutions with cusolverSpScsrlsqvqr | 4 | 2528 | June 8, 2019 | |
| New CUDA 10.1 update 1 install missing cusolver lsqvqr device functions | 3 | 814 | June 15, 2019 | |
| Sparse least-squares solver | 1 | 83 | November 14, 2025 | |
| How to Solve A Very Large Dense Least Square Problem with Cuda | 3 | 2519 | December 2, 2016 | |
| Problems solving linear system with multiple right-hand side | 0 | 513 | June 13, 2023 | |
| Any Least Squares implementations? | 2 | 3418 | August 15, 2008 | |
| Least squares, rows >> cols | 0 | 592 | May 21, 2013 | |
| cuSOLVER sparse: cusolverSpDcsrlsvqr() error | 4 | 3891 | June 7, 2015 | |
| Missing cusolverSp<t>csrlsvlu? | 2 | 1120 | June 26, 2015 | |
| Will GPU-based sparse QR be available on cuDSS or cuSOLVER | 2 | 107 | October 5, 2025 |