ACML has a C interface for BLAS and LAPACK, but it is different from cblas.
For portability, stick with the Fortran 77 interface, particularly for
LAPACK where no C interface is specified.
One can probably get cblas from Netlib and link with libacml. cblas is
just a wrapper for the Fortran r
I think the main issue is that ACML didn't have an official CBLAS interface,
so you have to check if they provide one now. If thy do, it should be almost
easy to link against it.
Matthieu
2011/1/23 David Cournapeau
> 2011/1/23 Dmitrey :
> > Hi all,
> > I have AMD processor and I would like to g
--- Исходное сообщение ---
> От кого: "David Cournapeau"
> Кому: "Discussion of Numerical Python"
> Дата: 23 января 2011, 12:07:29
> Тема: Re: [Numpy-discussion] Is numpy/scipy linux apt or PYPI installation
> linked with ACML?
>
>
>
> 2011/1/23 Dmitre
12:07:29
Тема: Re: [Numpy-discussion] Is numpy/scipy linux apt or PYPI
installation linked with ACML?
2011/1/23 Dmitrey < tm...@ukr.net >:
> Hi all,
> I have AMD processor and I would like to get to know what's the easiest
way
> to install nu
2011/1/23 Dmitrey :
> Hi all,
> I have AMD processor and I would like to get to know what's the easiest way
> to install numpy/scipy linked with ACML.
> Is it possible to link linux apt or PYPI installation linked with ACML?
> Answer for the same question about MKL also would be useful, however, AF
Hi all,
I have AMD processor and I would like to get to know what's the
easiest way to install numpy/scipy linked with ACML.
Is it possible to link linux apt or PYPI installation linked with
ACML?
Answer for the same question about MKL also would be useful, however,
AFAIK it has