Error when using magma with intel mkl

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
gadou
Posts: 7
Joined: Mon May 12, 2014 12:38 pm

Error when using magma with intel mkl

Post by gadou » Mon Jun 16, 2014 1:09 pm

I am trying to use magma with intel mkl. The testing code is working fine but I got the following excpetion when I ran my code

Code: Select all

CUDA runtime error: exclusive-thread device already in use by a different thread (54) in magma_setdevice at interface.cpp:155

Post Reply