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
Evidence
No response
Scope / Non-goals
No response
Benchmark / Performance
No response
Breaking changes
No response
Related issues
No response
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
Evidence
No response
Scope / Non-goals
No response
Benchmark / Performance
No response
Breaking changes
No response
Related issues
No response