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
1181: Reshape arrays at init, parameterize array dims r=charleskawczynski a=charleskawczynski
A step towards closing #1177. This PR moves the `reshape` in the RF model into the initialization, and moves some size information into the `RFEntr` type space. This is done to ensure that the compiler has access to the sizes.
Co-authored-by: Charles Kawczynski <[email protected]>
The RF model is suffering from heap allocations, based on looking at some flame graphs. In particular:
is allocating arrays. We can either:
d
, andm
to the compiler, to see if it can stack allocate everything, orThe text was updated successfully, but these errors were encountered: