Armadillo (+BLAS) using GPU -


is possible run armadillos calculations using gpu? there way use gpu blas libraries (for example cublas) armadillo? note, totally new gpu programming.

no, not.

you cannot take code cpu , assume runs on gpu both have different memory models, hardware, programming styles etc pp.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -