Hi,
I am trying to install magma and it installs but the test for testing_sgetrf_gpu seg faults when the line:
magma_sgetrf_gpu(&N, &N, d_A, &lda, ipiv, h_work, info);
is executed.
It is running on the FERMI/Tesla C2050, is this supported. Anyone else have similar problems. Well, I thought I would ask before trying to dive into the magma source.
Thanks.
lcarring