You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
FlatTo1D will cause a int of Shape overflow problem. Because the Shape value type is index_t which range is on int. Sometimes, we need to handle a very big data, which size will exceed the range of int.
So... I suggest the following code:
in ndarray Copy function:
FlatTo1D will cause a
int of Shape
overflow problem. Because the Shape value type isindex_t
which range is onint
. Sometimes, we need to handle a very big data, which size will exceed the range of int.So... I suggest the following code:
yes....just convert to 2D shape, we will be able to handle much bigger very big array data.
how about it?
@piiswrong
The text was updated successfully, but these errors were encountered: