-
Notifications
You must be signed in to change notification settings - Fork 205
Memory Limitations #340
Copy link
Copy link
Closed
Labels
architectureCross-cutting structural changes affecting multiple componentsCross-cutting structural changes affecting multiple componentscoreInternal engine: Shape, Storage, TensorEngine, iteratorsInternal engine: Shape, Storage, TensorEngine, iteratorsenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
architectureCross-cutting structural changes affecting multiple componentsCross-cutting structural changes affecting multiple componentscoreInternal engine: Shape, Storage, TensorEngine, iteratorsInternal engine: Shape, Storage, TensorEngine, iteratorsenhancementNew feature or requestNew feature or request
Allocation currently supports up to 2^32 bytes due to using int and not IntPtr and long.