-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers