haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

GPU support ? #253

Open doofin opened 6 years ago

doofin commented 6 years ago

Are there plans for support gpu backend which is essential for machine learning? And how to contribute

idontgetoutmuch commented 6 years ago

I have heard of no such plans. ATM hmatrix uses blas and lapack. You'd have to look to see if there were versions of these that support GPUs.

An alternative would be to implement an accelerate backend for hmatrix.