[Numpy-discussion] NumPy speed tests by NASA

Frédéric Bastien nouiz at nouiz.org
Thu Feb 24 14:26:01 EST 2011


Hi,

To print the information you can do:

python -c 'import numpy;numpy.__config__.show()'

You can access the info directly with:

numpy.distutils.__config__.blas_opt_info['library_dirs']]
numpy.distutils.__config__.blas_opt_info['libraries']]
numpy.distutils.__config__.blas_opt_info['include_dirs']]

This is what I do in Theano.

Fred

On Tue, Feb 22, 2011 at 7:05 PM, Eli Stevens (Gmail)
<wickedgrey at gmail.com> wrote:
> On Tue, Feb 22, 2011 at 1:48 PM, Gael Varoquaux
> <gael.varoquaux at normalesup.org> wrote:
>> Probably because the numpy binary that the author was using was compiled
>> without a blas implementation, and just using numpy's internal
>> lapack_lite. This is a common problem in real life.
>
> Is there an easy way to check from within numpy if it's using a blas
> iplementation or not?
>
> Thanks,
> Eli
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list