Error using magma_dsyevd_gpu when N < 14
Posted: Tue Apr 30, 2013 8:40 am
Hi there,
I've been playing around with magma_dsyevd_gpu and I've found out that I get errors when N <14.
MAGMA 1.3.0
device 0: Tesla C2050, 1147.0 MHz clock, 2687.4 MB memory, capability 2.0
testing_dsyevd -N 12 [-JV] [-JN]
N ldda CPU Time(s) GPU Time(s)
===================================
MKL ERROR: Parameter 11 was incorrect on entry to magma_dsytrd_gpu
MKL ERROR: Parameter 11 was incorrect on entry to magma_dsytrd_gpu
12 12 0.00 0.00
Does it mean I connot use it with N < 14? If N>= 14, I've got no errors.
Anyone has experienced something similar?
I've been playing around with magma_dsyevd_gpu and I've found out that I get errors when N <14.
Code: Select all
./testing_dsyevd_gpu -N 12 -JVdevice 0: Tesla C2050, 1147.0 MHz clock, 2687.4 MB memory, capability 2.0
testing_dsyevd -N 12 [-JV] [-JN]
N ldda CPU Time(s) GPU Time(s)
===================================
MKL ERROR: Parameter 11 was incorrect on entry to magma_dsytrd_gpu
MKL ERROR: Parameter 11 was incorrect on entry to magma_dsytrd_gpu
12 12 0.00 0.00
Does it mean I connot use it with N < 14? If N>= 14, I've got no errors.
Anyone has experienced something similar?