Search code examples
gpublasarmadillo

Armadillo (+BLAS) using GPU


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.


Solution

  • 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.