Dear all,
I've installed the new realesed of MAGMA library 1.1. The device on which I'm working is a Tesla M2050 with compute capability 2.0.
I'm facing problem using the function magma_dgetri_gpu for computing the inverse of a matrix, using LU factorization, that give me a strange error 'can not bind to texture',
which I'm not able to resolve.
I've noticed that also the testing program provided with MAGMA library failed with the same error.
./testing_dgetri_gpu -N 2048
device 0: Tesla M2050, 1147.0 MHz clock, 2687.4 MB memory, capability 2.0
N CPU GFlop/s GPU GFlop/s ||R||_F / ||A||_F
========================================================
can not bind to texture
can not bind to texture
can not bind to texture
can not bind to texture
can not bind to texture
Have you ever encountered this problem? Have you got any idea about this message error??
I'm working with other functions of the MAGMA 1.1 without any problems.
Thanks
Alice
