jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

GPU-support for JBLAS #110

Open jhagenauer opened 5 years ago

jhagenauer commented 5 years ago

Hi, first of all... I cannot stress how much I like this package. It saved me so much time and it is so easy to work with it. Its so amazing! Thank you very much for your work on this!!!

So, my question is: Is it somehow possible to tap the GPU of my PC with jblas, for instance using (somehow) cuBLAS or magma. Is there a way to do this?

Thanks