Hi,
I've been playing around recently with linking Numpy to different BLAS
implementations, particularly Eigen and ACML 6 (with openCL support!). I've
successfully linked Numpy to both of these libraries, but I found the
process overly difficult and confusing. I'm interested in either writing a
bl
On Jul 11, 2015 12:22 PM, "Olivier Grisel" wrote:
>
> 2015-07-10 22:13 GMT+02:00 Carl Kleffner :
>
> > The best technical solution IMHO would be to make an extra
mingwpy.openblas
> > python package to load libopenblaspy.dll into the process space, as this
> > package could be upgraded independant
2015-07-11 19:19 GMT+02:00 Olivier Grisel :
> 2015-07-10 22:13 GMT+02:00 Carl Kleffner :
> >
> >
> > 2015-07-10 19:06 GMT+02:00 Olivier Grisel :
> >>
> >> 2015-07-10 16:47 GMT+02:00 Carl Kleffner :
> >> > Hi Olivier,
> >> >
> >> > yes, this is all explained in
> >> > https://github.com/xianyi/Open