Selecting GPU for LUD defaulting to display GPU
Posted: Thu Aug 18, 2016 11:10 am
I am trying to run magma_dgetrf on my Tesla GPU, but for some reason it is defaulting to my display GPU.
I have two GPUs on my system, one display GPU and a Tesla. For matrices that fit into GPU memory, I can specify the GPU to execute using magma_setdevice, but as soon as the matrix size exceeds the 6GB memory of my Tesla, it defaults to my display GPU for some reason, even though I use setdevice it to use the Tesla
The display GPU is the GTX TITAN Z and the compute GPU is the Tesla C2075.
I have two GPUs on my system, one display GPU and a Tesla. For matrices that fit into GPU memory, I can specify the GPU to execute using magma_setdevice, but as soon as the matrix size exceeds the 6GB memory of my Tesla, it defaults to my display GPU for some reason, even though I use setdevice it to use the Tesla
The display GPU is the GTX TITAN Z and the compute GPU is the Tesla C2075.