[SciPy-Dev] ANN: SciPy 0.9.0 release candidate 2

Pauli Virtanen pav at iki.fi
Wed Feb 2 09:50:12 EST 2011


Wed, 02 Feb 2011 09:43:04 -0500, josef.pktd wrote:
[clip]
> From this it looks like the problem is more general, but until now we
> have seen it only on Win32.

If the matter is data alignment, perhaps this is because of memory 
allocators or the BLAS library functioning differently on different 
platforms.

To get a definite answer if the issue is data alignment, one can perhaps 
check if the different results are correlated with

	input_array.__array_interface__['data'][0] % 16

(assuming no copies are made inside dot()).

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list