Skip to content

Allow NDarray with element counts exceeding Int32 max #583

@harry-xi

Description

@harry-xi

Overview

Allow NDarray elements to exceed the Int32 maximum (even if no single dimension exceeds the Int32 maximum).

Problem

When I attempted to allocate an ndarray with an element count exceeding the int32 maximum, the program terminated with an Out Of Memory error.

In certain three-dimensional image processing tasks, we do indeed require large three-dimensional matrices with similar structures.

Proposal

  • Allow NDarray elements to exceed the Int32 maximum

Evidence

No response

Scope / Non-goals

No response

Benchmark / Performance

No response

Breaking changes

No response

Related issues

No response

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions