Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

AllocationsInfo allocates buffers for all module variables. #1599

@nadavrot

Description

@nadavrot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions