Skip to content

The dot and inner products fail for large arrays on 64 bit linux using the ATLAS libraries. (Trac #497) #1095

Closed
@numpy-gitbot

Description

@numpy-gitbot

Original ticket http://projects.scipy.org/numpy/ticket/497 on 2007-04-10 by @charris, assigned to unknown.

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 #1030

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions