On Jan 2, 2018 8:35 PM, "Matthew Harrigan"
wrote:
Is it possible to have NumPy use a BLAS/LAPACK library that is GPU
accelerated for certain problems? Any recommendations or readme's on how
that might be set up? The other packages are nice but I would really love
to just use scipy/sklearn and h
ard NumPy interface which supports
> both CUDA and OpenCL, and more devices if available.
>
> Are there other reason not to support GPU on NumPy?
>
> Thanks.
> --
> Yasunori Endo
Check out numba - it may already address some of your ne