Is it possible to run armadillos calculations using GPU? Is there any way to use the GPU blas libraries (for example cuBLAS) with armadillo? Just a note, I am totally new to GPU programming.
No, it is not.
You cannot take code for the cpu and assume it runs on the gpu as both have completely different memory models, hardware, programming styles etc pp.