[Numpy-discussion] Dot product performance on python 2.6 (windows)

"V. Armando Solé" sole at esrf.fr
Fri Sep 11 05:22:28 EDT 2009


Sturla Molden wrote:
> V. Armando Solé skrev:
>   
>> In python 2.6:
>>
>>  >>>import numpy.core._dotblas as dotblas
>> ...
>> ImportError: No module named _dotblas
>>   
>>     
>
>  >>> import numpy.core._dotblas as dotblas
>  >>> dotblas.__file__
> 'C:\\Python26\\lib\\site-packages\\numpy\\core\\_dotblas.pyd'
>   

That's because you have installed either the sse2 or the sse3 versions.

As I said in my post, the problem affects the nosse version.

_dotblas.pyd is missing in the nosse version and that is a problem 
unless one forgets about supporting Pentium III and Socket A processors 
when developing code.

Armando




More information about the NumPy-Discussion mailing list