I have installed MKL10.03 update11 as well as lapack. Then I start to install MAGMA.
After typing make, I go to directory 'testing'. I successfully make them all, but when I run the executable file, I meet with problem.
Code: Select all
./testing_cgeadd
MAGMA 1.3.0
device 0: GeForce 405, 1402.0 MHz clock, 511.6 MB memory, capability 1.2
Usage: ./testing_cgeadd -N <m,n> -c -c2 -l
-N can be repeated up to 10 times. If only m is given, then m=n.
!!!! magma_malloc failed for: d_A
Code: Select all
./testing_dsytrd
MAGMA 1.3.0
device 0: GeForce 405, 1402.0 MHz clock, 511.6 MB memory, capability 1.2
Usage: ./testing_dsytrd -N <matrix size> -R <right hand sides> [-L|-U] -c
-N can be repeated up to 10 times
-c or setting $MAGMA_TESTINGS_CHECK checks result.
N CPU GFlop/s (sec) GPU GFlop/s (sec) |A-QHQ'|/N|A| |I-QQ'|/N
===========================================================================
1024 22.42 ( 0.06) 4.99 ( 0.29) ---
2048 14.31 ( 0.80) 77.19 ( 0.15) ---
3072 13.33 ( 2.90) 162.76 ( 0.24) ---
4032 12.34 ( 7.09) 201.47 ( 0.43) ---
5184 11.97 ( 15.53) 354.46 ( 0.52) ---
6016 11.98 ( 24.25) 439.82 ( 0.66) ---
magma_dsytrd returned error -113
7040 11.60 ( 40.12) 2195780.43 ( 0.00) ---
magma_dsytrd returned error -113