[Numpy-tickets] [NumPy] #497: The dot and inner products fail for large arrays on 64 bit linux using the ATLAS libraries.
NumPy
numpy-tickets@scipy....
Mon Apr 9 23:04:26 CDT 2007
#497: The dot and inner products fail for large arrays on 64 bit linux using the
ATLAS libraries.
---------------------+------------------------------------------------------
Reporter: charris | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone:
Component: Other | Version: none
Severity: blocker | Keywords: dot inner crash
---------------------+------------------------------------------------------
The problem is easy to exhibit:
{{{
In [2]: dot(eye(1000),eye(1000))
Illegal instruction
}}}
The products work for smaller arrays, so I suspect either the output array
or a work array is being created with the wrong size, probably a 64bit
integer thing in the cblas interface. The example works on 32 bit linux.
This ticket replaces #432
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/497>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list