Page 1 of 1

dgels3_gpu

Posted: Mon May 13, 2013 10:52 am
by clattenb
Hello,

I'm getting an unspecified launch failure (4) in magma_free @ alloc.cpp:37 when I run dgels3_gpu. Does anyone have any suggestions as to a cause/fix? It seems like an odd place to have an error....

I'll keep looking for a fix. Any help is appreciated.

Thanks,
-Nick

EDIT: Found the issue, I thought I had the solution vector allocated in device memory. Turns out I did not... Rookie mistake...