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 was archived by the owner on Jul 1, 2025. It is now read-only.
AllocationsInfo allocates buffers for all variables, and not only for variables that are used by the function. I think that this is okay for the JIT, but not so great for the AOT compilation because the unrelated variables become a part of the interface.
For more details see: AllocationsInfo::allocateWeightVars.