Hi,
i'm trying Magma, in particolular I have 2 questions on the example testing_sgetrf.
1) I use two different GPU, 8400m GS and 9500GT. The program runs ok on 9500GT but when I try it on 8400m GS I have a segmentation fault (note that I run examples with -N 128 because the small memory of this GPU). In particoular exploring the code and debugging it with some printf I saw that the problem is when I do cudaMallocHost and then I set h_R]. The setting of h_R values produces segmentation fault. Why?
2) When I run the code on 9500 GT now, I have always NaN on the error column of the output (||PA-LU||/||A||*N). In particoular if I explore the code the NaN is in the value of "residual" parameter in "get_LU_error" function. What does it mean?
Thanks a lot for your answers.
Danilo
