Hi,
magma_dsposv_gpu does not seem to work when NRHS > 1. In the example, testing_magma_dsposv_gpu.cpp, when I set NRHS = 2 on line 147 and line 278 (two places where NRHS is set), I get garbage values for the output X (res_ in this example). I tried manually assigning numbers in matrix A and b (As and Bs in this example) but I still get the same results.
Am I missing something?
Thanks!