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
If the array is of a known fixed size then it can and should be defined with that size on the Aero class so that at unpack time no allocation is needed to allocate its space.
Changes should be made to detect this with AeroGen and skip the allocation and just copy and cast to the array.
The text was updated successfully, but these errors were encountered:
If the array is of a known fixed size then it can and should be defined with that size on the Aero class so that at unpack time no allocation is needed to allocate its space.
Changes should be made to detect this with AeroGen and skip the allocation and just copy and cast to the array.
The text was updated successfully, but these errors were encountered: