I am getting NaN values for the norm result with testing_dpotrf and testing_dpotrf_gpu.
The results are inconsistent and confusing as follows.
1. spotrf, cpotrf and zpotrf do not show the problem
2. dpotrf shows it sometimes and it depends what has run before I run it. If I have just run zpotrf I get some good values.
3. They worked O.K. yesterday when I made some initial tests and changed from a single threaded BLAS to use GotoBLAS. I have some files to prove it!
I have explored a number of things but cannot get consistent behaviour.
I saw something about NVIDIA drivers which may need updating. I am currently using 260.19.21 and have 260.19.26.
I have installed MAGMA 1.0 RC2 on a system running Ubuntu Linux 10.4 (64 bit) and have CUDA 3.2 installed.
I have an 8 core CPU and 8 Gbytes of main memory. The GPU reports as follows:
device 0: GeForce GTX 460, 1400.0 MHz clock, 2047.2 MB memory
I am using gcc and gfortran and have GotoBLAS2 installed.
Is there a command I can run to restore the GPU to a consistent start state?
I would welcome any advice.
John
