On Nov 23, 2007 3:02 AM, Matthieu Brucher <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to get numpy work with AMD's MKL. The problem is that they not
> give a CBLAS interface, only the BLAS one.
> Can the numpy distutils check the existence of the cblas interface somewhere
> ? For the moment, it
Hi,
I'm trying to get numpy work with AMD's MKL. The problem is that they not
give a CBLAS interface, only the BLAS one.
Can the numpy distutils check the existence of the cblas interface somewhere
? For the moment, it checks something with BLAS (but no actual testing takes
place), but not CBLAS.