Skip to content

Numba lapack routines should use int64 for shapes #1310

Open
@ricardoV94

Description

@ricardoV94

Description

Unless this is some lapack constraint?

int64 is the default dtype for numpy arrays, downcasting to int32 could lead to surprising errors when working with huge arrays?

_N = np.int32(A.shape[-1])

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions