cuSolverMg complex numbers examples

Hello all,

I am trying to use cuSolver LU Decomposition with multiple GPUs using complex number (cuComplex or cuDoubleComplex) and am kind of lost. Does anyone have any simple example(s) using the cuSolverMg library?

Thanks in advance.

Check this out CUDALibrarySamples/cuSOLVER/MgGetrf at master · NVIDIA/CUDALibrarySamples · GitHub

1 Like

Cool. Thanks @mnicely.

Quick question, please forgive if this is stupid but I noticed that it reads base-1 is it relatively easy to convert to base-0?

Thanks again

Never, mind. That was a stupid question. The answer is obvious, duh.

Thanks again @mnicely

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.